Color Hex Logo

#010baf Color Hex

#010BAF
(1,11,175)
0 Favorites   0 Comments

Color spaces of #010baf

RGB 111175
HSL0.660.990.35
HSV237°99°69°
CMYK 0.990.940.00   0.31
XYZ7.87013.340940.7875
Yxy3.34090.15140.0642
Hunter Lab18.278144.8709-119.5105
CIE-Lab21.360556.8936-79.7589

#010baf color RGB value is (1,11,175).

#010baf hex color red value is 1, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #010baf hue: 0.66 , saturation: 0.99 and the lightness value of 010baf is 0.35.

The process color (four color CMYK) of #010baf color hex is 0.99, 0.94, 0.00, 0.31. Web safe color of #010baf is #000099. Color #010baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001011 10101111
Octal 1 13 257
Decimal 1 11 175
Hex 1 B AF

RGB Percentages of Color #010baf

%0.53
%5.88
%93.58

CMYK Percentages of Color #010baf

%99
%94
%0
%31

Triadic Colors of #010baf

#010baf #af010b #0baf01

Analogous Colors of #010baf

#010baf #4e01af #0162af

Monochromatic Colors of #010baf

#010baf

Complementary Color

#010baf #afa501

#010baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#010baf Color CSS Codes

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

#010baf Text Font Color

<p style="color:#010baf">Text here</p>

This sample text font color is #010baf
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.


#010baf Background Color

<div style="background-color:#010baf">
Div content here</div>

This div background color is #010baf


#010baf Border Color

<div style="border:3px solid #010baf">
Div here</div>

This div border color is #010baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,11,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010baf;
  -webkit-box-shadow: 1px 1px 3px 2px #010baf;
  box-shadow:         1px 1px 3px 2px #010baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010baf


Comments

No comments written yet.

Please login to write comment.