#006FAD

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

Shades of Cerulean #006FAD

Tints of Cerulean #006FAD

Color information

#006FAD (or 0x006FAD) is unknown color: approx Cerulean. HEX triplet: 00, 6F and AD. RGB value is (0,111,173). Sum of RGB (Red+Green+Blue) = 0+111+173=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #006FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAD is #FF9052. Grayscale: #545454. Windows color (decimal): -16748627 or 11366144. OLE color: 11366144.

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

Color convert

RGB0111173-
CMYK10.3600.32
HSL201.5º100%33.92%-
HSV(B)201.5º100%67.84%-
XYZ13.2314.3941.61-
YUV84.88177.7367.46-

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.08%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=0%
G=39.08%
B=60.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal011117310.3600.32201.510033.92
Hex06FAD6424020ca6422
Octal01572551444404031214442
Binary011011111010110111001001001000100000110010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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