Shades of Cerulean #00609B
Tints of Cerulean #00609B
RGB
CMYK
RGB Variations
Color information
#00609B (or 0x00609B) is known color: Cerulean. HEX triplet: 00, 60 and 9B. RGB value is (0,96,155). Sum of RGB (Red+Green+Blue) = 0+96+155=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #00609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00609B is #FF9F64. Grayscale: #494949. Windows color (decimal): -16752485 or 10182656. OLE color: 10182656.
HSL color Cylindrical-coordinate representation of color #00609B: hue angle of 202.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00609B is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 96 | 155 | - |
| CMYK | 1 | 0.38 | 0 | 0.39 |
| HSL | 202.84º | 1% | 0.3% | - |
| HSV(B) | 202.84º | 1% | 0.61% | - |
| XYZ | 10.1 | 10.73 | 32.55 | - |
| YUV | 74.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 155 | 1 | 0.38 | 0 | 0.39 | 202.84 | 1 | 0.3 |
| Hex | 0 | 60 | 9B | 64 | 26 | 0 | 27 | CB | 64 | 1E |
| Octal | 0 | 140 | 233 | 144 | 46 | 0 | 47 | 313 | 144 | 36 |
| Binary | 0 | 1100000 | 10011011 | 1100100 | 100110 | 0 | 100111 | 11001011 | 1100100 | 11110 |
Color Harmonies of #00609B
Complementary color
Monochromatic Colors of #00609B
Black with #00609B
Text Example
Text Example
White with #00609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00609B; }
p { color: rgb(0,96,155); }
H1.HeaderClassName
{
color: #00609B;
}
.AnyTagClassName
{
color: #00609B;
}
</style>
background-color css
<style>
a { background-color: #00609B; }
a { background-color: rgb(0,96,155); }
div.DivClassName
{
background-color: #00609B;
}
.BgClassName
{
background-color: #00609B;
}
</style>
border-color css
<style>
span { border-color: #00609B; }
span { border-color: rgb(0,96,155); }
td.TdClassName
{
border-color: #00609B;
}
.TagClassName
{
border-color: #00609B;
}
</style>