#006CAF

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

Shades of Cerulean #006CAF

Tints of Cerulean #006CAF

Color information

#006CAF (or 0x006CAF) is unknown color: approx Cerulean. HEX triplet: 00, 6C and AF. RGB value is (0,108,175). Sum of RGB (Red+Green+Blue) = 0+108+175=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #006CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006CAF is #FF9350. Grayscale: #525252. Windows color (decimal): -16749393 or 11496448. OLE color: 11496448.

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

Color convert

RGB0108175-
CMYK10.3800.31
HSL202.97º100%34.31%-
HSV(B)202.97º100%68.63%-
XYZ13.113.8242.53-
YUV83.35179.7268.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=0%
G=38.16%
B=61.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal010817510.3800.31202.9710034.31
Hex06CAF642601Fcb6422
Octal01542571444603731314442
Binary01101100101011111100100100110011111110010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,108,175); }

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

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

 a { background-color: rgb(0,108,175); }

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

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

 span { border-color: rgb(0,108,175); }

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