Color Hex Logo

#0119ee Color Hex

#0119EE
(1,25,238)
0 Favorites   0 Comments

Color spaces of #0119ee

RGB 125238
HSL0.650.990.47
HSV234°100°93°
CMYK 1.000.890.00   0.07
XYZ15.79286.874881.3835
Yxy6.87480.15180.0661
Hunter Lab26.219861.6299-165.6758
CIE-Lab31.520270.0519-99.5737

#0119ee color RGB value is (1,25,238).

#0119ee hex color red value is 1, green value is 25 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0119ee hue: 0.65 , saturation: 0.99 and the lightness value of 0119ee is 0.47.

The process color (four color CMYK) of #0119ee color hex is 1.00, 0.89, 0.00, 0.07. Web safe color of #0119ee is #0000ff. Color #0119ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011001 11101110
Octal 1 31 356
Decimal 1 25 238
Hex 1 19 EE

RGB Percentages of Color #0119ee

%0.38
%9.47
%90.15

CMYK Percentages of Color #0119ee

%100
%89
%0
%7

Triadic Colors of #0119ee

#0119ee #ee0119 #19ee01

Analogous Colors of #0119ee

#0119ee #5f01ee #0190ee

Monochromatic Colors of #0119ee

#0119ee

Complementary Color

#0119ee #eed601

#0119ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0119ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0119ee Color CSS Codes

.mybgcolor {background-color:#0119ee; } 
.myforecolor {color:#0119ee; }
.mybordercolor {border:3px solid #0119ee; }

#0119ee Text Font Color

<p style="color:#0119ee">Text here</p>

This sample text font color is #0119ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0119ee Background Color

<div style="background-color:#0119ee">
Div content here</div>

This div background color is #0119ee


#0119ee Border Color

<div style="border:3px solid #0119ee">
Div here</div>

This div border color is #0119ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,25,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0119ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0119ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0119ee;
  box-shadow:         1px 1px 3px 2px #0119ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,25,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0119ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0119ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0119ee;
  box-shadow:         1px 1px 3px 2px #0119ee;">
Div content here</div>

This div box has shadow with color #0119ee


Comments

No comments written yet.

Please login to write comment.