#006099

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

Shades of Cerulean #006099

Tints of Cerulean #006099

Color information

#006099 (or 0x006099) is unknown color: approx Cerulean. HEX triplet: 00, 60 and 99. RGB value is (0,96,153). Sum of RGB (Red+Green+Blue) = 0+96+153=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #006099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006099 is #FF9F66. Grayscale: #494949. Windows color (decimal): -16752487 or 10051584. OLE color: 10051584.

HSL color Cylindrical-coordinate representation of color #006099: hue angle of 202.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006099 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB096153-
CMYK10.3700.4
HSL202.35º100%30%-
HSV(B)202.35º100%60%-
XYZ9.9310.6731.67-
YUV73.79172.775.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=0%
G=38.55%
B=61.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal09615310.3700.4202.3510030
Hex060996425028ca641e
Octal01402311444505031214436
Binary01100000100110011100100100101010100011001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006099; }

 p { color: rgb(0,96,153); }

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

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

 a { background-color: rgb(0,96,153); }

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

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

 span { border-color: rgb(0,96,153); }

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