#066A8F

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

Shades of Cerulean #066A8F

Tints of Cerulean #066A8F

Color information

#066A8F (or 0x066A8F) is unknown color: approx Cerulean. HEX triplet: 06, 6A and 8F. RGB value is (6,106,143). Sum of RGB (Red+Green+Blue) = 6+106+143=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #066A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A8F is #F99570. Grayscale: #505050. Windows color (decimal): -16356721 or 9398790. OLE color: 9398790.

HSL color Cylindrical-coordinate representation of color #066A8F: hue angle of 196.2º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A8F is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6106143-
CMYK0.960.2600.44
HSL196.2º91.95%29.22%-
HSV(B)196.2º95.8%56.08%-
XYZ10.1912.3327.83-
YUV80.32163.3774.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=2.35%
G=41.57%
B=56.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61061430.960.2600.44196.291.9529.22
Hex66A8F601A02Cc45c1d
Octal61522171403205430413435
Binary110110101010001111110000011010010110011000100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,143); }

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

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

 a { background-color: rgb(6,106,143); }

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

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

 span { border-color: rgb(6,106,143); }

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