#066198

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

Shades of Cerulean #066198

Tints of Cerulean #066198

Color information

#066198 (or 0x066198) is unknown color: approx Cerulean. HEX triplet: 06, 61 and 98. RGB value is (6,97,152). Sum of RGB (Red+Green+Blue) = 6+97+152=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #066198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066198 is #F99E67. Grayscale: #4B4B4B. Windows color (decimal): -16359016 or 9986310. OLE color: 9986310.

HSL color Cylindrical-coordinate representation of color #066198: hue angle of 202.6º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066198 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB697152-
CMYK0.960.3600.40
HSL202.6º92.41%30.98%-
HSV(B)202.6º96.05%59.61%-
XYZ10.0210.8631.27-
YUV76.06170.8578.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=2.35%
G=38.04%
B=59.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6971520.960.3600.40202.692.4130.98
Hex661986024028cb5c1f
Octal61412301404405031313437
Binary1101100001100110001100000100100010100011001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066198; }

 p { color: rgb(6,97,152); }

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

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

 a { background-color: rgb(6,97,152); }

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

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

 span { border-color: rgb(6,97,152); }

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