#006FAB

Color #006FAB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #006FAB

Tints of Cerulean #006FAB

Color information

#006FAB (or 0x006FAB) is unknown color: approx Cerulean. HEX triplet: 00, 6F and AB. RGB value is (0,111,171). Sum of RGB (Red+Green+Blue) = 0+111+171=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #006FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAB is #FF9054. Grayscale: #545454. Windows color (decimal): -16748629 or 11235072. OLE color: 11235072.

HSL color Cylindrical-coordinate representation of color #006FAB: hue angle of 201.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FAB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0111171-
CMYK10.3500.33
HSL201.05º100%33.53%-
HSV(B)201.05º100%67.06%-
XYZ13.0414.3140.6-
YUV84.65176.7367.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=0%
G=39.36%
B=60.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal011117110.3500.33201.0510033.53
Hex06FAB6423021c96422
Octal01572531444304131114442
Binary011011111010101111001001000110100001110010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006FAB; }

 p { color: rgb(0,111,171); }

 H1.HeaderClassName
 {
   color: #006FAB;
 }
 .AnyTagClassName
 {
   color: #006FAB;
 }
</style>
background-color css

<style>
 a { background-color: #006FAB; }

 a { background-color: rgb(0,111,171); }

 div.DivClassName
 {
   background-color: #006FAB;
 }
 .BgClassName
 {
   background-color: #006FAB;
 }
</style>
border-color css

<style>
 span { border-color: #006FAB; }

 span { border-color: rgb(0,111,171); }

 td.TdClassName
 {
   border-color: #006FAB;
 }
 .TagClassName
 {
   border-color: #006FAB;
 }
</style>