#066098

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

Shades of Cerulean #066098

Tints of Cerulean #066098

Color information

#066098 (or 0x066098) is unknown color: approx Cerulean. HEX triplet: 06, 60 and 98. RGB value is (6,96,152). Sum of RGB (Red+Green+Blue) = 6+96+152=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #066098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066098 is #F99F67. Grayscale: #4B4B4B. Windows color (decimal): -16359272 or 9986054. OLE color: 9986054.

HSL color Cylindrical-coordinate representation of color #066098: hue angle of 203.01º 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 #066098 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB696152-
CMYK0.960.3700.40
HSL203.01º92.41%30.98%-
HSV(B)203.01º96.05%59.61%-
XYZ9.9310.6731.24-
YUV75.47171.1878.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 152 (59.77% from 255) = 59.84%
R=2.36%
G=37.80%
B=59.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6961520.960.3700.40203.0192.4130.98
Hex660986025028cb5c1f
Octal61402301404505031313437
Binary1101100000100110001100000100101010100011001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066098; }

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

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

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

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

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

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

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

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