Shades of Cerulean #00609A
Tints of Cerulean #00609A
RGB
CMYK
RGB Variations
Color information
#00609A (or 0x00609A) is known color: Cerulean. HEX triplet: 00, 60 and 9A. RGB value is (0,96,154). Sum of RGB (Red+Green+Blue) = 0+96+154=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #00609A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00609A is #FF9F65. Grayscale: #494949. Windows color (decimal): -16752486 or 10117120. OLE color: 10117120.
HSL color Cylindrical-coordinate representation of color #00609A: hue angle of 202.6º 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 #00609A is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 96 | 154 | - |
| CMYK | 1 | 0.38 | 0 | 0.40 |
| HSL | 202.6º | 1% | 0.3% | - |
| HSV(B) | 202.6º | 1% | 0.6% | - |
| XYZ | 10.02 | 10.7 | 32.11 | - |
| YUV | 73.91 | 173.2 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 154 | 1 | 0.38 | 0 | 0.40 | 202.6 | 1 | 0.3 |
| Hex | 0 | 60 | 9A | 64 | 26 | 0 | 28 | CB | 64 | 1E |
| Octal | 0 | 140 | 232 | 144 | 46 | 0 | 50 | 313 | 144 | 36 |
| Binary | 0 | 1100000 | 10011010 | 1100100 | 100110 | 0 | 101000 | 11001011 | 1100100 | 11110 |
Color Harmonies of #00609A
Complementary color
Monochromatic Colors of #00609A
Black with #00609A
Text Example
Text Example
White with #00609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00609A; }
p { color: rgb(0,96,154); }
H1.HeaderClassName
{
color: #00609A;
}
.AnyTagClassName
{
color: #00609A;
}
</style>
background-color css
<style>
a { background-color: #00609A; }
a { background-color: rgb(0,96,154); }
div.DivClassName
{
background-color: #00609A;
}
.BgClassName
{
background-color: #00609A;
}
</style>
border-color css
<style>
span { border-color: #00609A; }
span { border-color: rgb(0,96,154); }
td.TdClassName
{
border-color: #00609A;
}
.TagClassName
{
border-color: #00609A;
}
</style>