Color Hex Logo

#000abb Color Hex

#000ABB
(0,10,187)
0 Favorites   0 Comments

Color spaces of #000abb

RGB 010187
HSL0.661.000.37
HSV237°100°73°
CMYK 1.000.950.00   0.27
XYZ9.07823.804947.2697
Yxy3.80490.15090.0633
Hunter Lab19.506248.9385-130.0245
CIE-Lab23.015760.3839-84.1706

#000abb color RGB value is (0,10,187).

#000abb hex color red value is 0, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #000abb hue: 0.66 , saturation: 1.00 and the lightness value of 000abb is 0.37.

The process color (four color CMYK) of #000abb color hex is 1.00, 0.95, 0.00, 0.27. Web safe color of #000abb is #0000cc. Color #000abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001010 10111011
Octal 0 12 273
Decimal 0 10 187
Hex 0 A BB

RGB Percentages of Color #000abb

%0.00
%5.08
%94.92

CMYK Percentages of Color #000abb

%100
%95
%0
%27

Triadic Colors of #000abb

#000abb #bb000a #0abb00

Analogous Colors of #000abb

#000abb #5300bb #0068bb

Monochromatic Colors of #000abb

#000abb

Complementary Color

#000abb #bbb100

#000abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#000abb Color CSS Codes

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

#000abb Text Font Color

<p style="color:#000abb">Text here</p>

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


#000abb Background Color

<div style="background-color:#000abb">
Div content here</div>

This div background color is #000abb


#000abb Border Color

<div style="border:3px solid #000abb">
Div here</div>

This div border color is #000abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000abb;
  -webkit-box-shadow: 1px 1px 3px 2px #000abb;
  box-shadow:         1px 1px 3px 2px #000abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,10,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000abb


Comments

No comments written yet.

Please login to write comment.