#006691

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

Shades of Cerulean #006691

Tints of Cerulean #006691

Color information

#006691 (or 0x006691) is unknown color: approx Cerulean. HEX triplet: 00, 66 and 91. RGB value is (0,102,145). Sum of RGB (Red+Green+Blue) = 0+102+145=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #006691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006691 is #FF996E. Grayscale: #4C4C4C. Windows color (decimal): -16750959 or 9528832. OLE color: 9528832.

HSL color Cylindrical-coordinate representation of color #006691: hue angle of 197.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006691 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB0102145-
CMYK10.3000.43
HSL197.79º100%28.43%-
HSV(B)197.79º100%56.86%-
XYZ9.8611.5528.5-
YUV76.4166.7173.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=0%
G=41.30%
B=58.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal010214510.3000.43197.7910028.43
Hex06691641E02Bc6641c
Octal01462211443605330614434
Binary0110011010010001110010011110010101111000110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006691; }

 p { color: rgb(0,102,145); }

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

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

 a { background-color: rgb(0,102,145); }

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

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

 span { border-color: rgb(0,102,145); }

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