Shades of Cerulean #00609D
Tints of Cerulean #00609D
RGB
CMYK
RGB Variations
Color information
#00609D (or 0x00609D) is known color: Cerulean. HEX triplet: 00, 60 and 9D. RGB value is (0,96,157). Sum of RGB (Red+Green+Blue) = 0+96+157=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #00609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00609D is #FF9F62. Grayscale: #494949. Windows color (decimal): -16752483 or 10313728. OLE color: 10313728.
HSL color Cylindrical-coordinate representation of color #00609D: hue angle of 203.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00609D is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 96 | 157 | - |
| CMYK | 1 | 0.39 | 0 | 0.38 |
| HSL | 203.31º | 1% | 0.31% | - |
| HSV(B) | 203.31º | 1% | 0.62% | - |
| XYZ | 10.27 | 10.8 | 33.44 | - |
| YUV | 74.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 157 | 1 | 0.39 | 0 | 0.38 | 203.31 | 1 | 0.31 |
| Hex | 0 | 60 | 9D | 64 | 27 | 0 | 26 | CB | 64 | 1F |
| Octal | 0 | 140 | 235 | 144 | 47 | 0 | 46 | 313 | 144 | 37 |
| Binary | 0 | 1100000 | 10011101 | 1100100 | 100111 | 0 | 100110 | 11001011 | 1100100 | 11111 |
Color Harmonies of #00609D
Complementary color
Monochromatic Colors of #00609D
Black with #00609D
Text Example
Text Example
White with #00609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00609D; }
p { color: rgb(0,96,157); }
H1.HeaderClassName
{
color: #00609D;
}
.AnyTagClassName
{
color: #00609D;
}
</style>
background-color css
<style>
a { background-color: #00609D; }
a { background-color: rgb(0,96,157); }
div.DivClassName
{
background-color: #00609D;
}
.BgClassName
{
background-color: #00609D;
}
</style>
border-color css
<style>
span { border-color: #00609D; }
span { border-color: rgb(0,96,157); }
td.TdClassName
{
border-color: #00609D;
}
.TagClassName
{
border-color: #00609D;
}
</style>