#066F9F

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

Shades of Cerulean #066F9F

Tints of Cerulean #066F9F

Color information

#066F9F (or 0x066F9F) is unknown color: approx Cerulean. HEX triplet: 06, 6F and 9F. RGB value is (6,111,159). Sum of RGB (Red+Green+Blue) = 6+111+159=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #066F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066F9F is #F99060. Grayscale: #545454. Windows color (decimal): -16355425 or 10448646. OLE color: 10448646.

HSL color Cylindrical-coordinate representation of color #066F9F: hue angle of 198.82º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066F9F is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6111159-
CMYK0.960.3000.38
HSL198.82º92.73%32.35%-
HSV(B)198.82º96.23%62.35%-
XYZ12.0213.9134.85-
YUV85.08169.7171.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=2.17%
G=40.22%
B=57.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61111590.960.3000.38198.8292.7332.35
Hex66F9F601E026c75d20
Octal61572371403604630713540
Binary1101101111100111111100000111100100110110001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F9F; }

 p { color: rgb(6,111,159); }

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

<style>
 a { background-color: #066F9F; }

 a { background-color: rgb(6,111,159); }

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

<style>
 span { border-color: #066F9F; }

 span { border-color: rgb(6,111,159); }

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