Shades of Cerulean #09609C
Tints of Cerulean #09609C
RGB
CMYK
RGB Variations
Color information
#09609C (or 0x09609C) is known color: Cerulean. HEX triplet: 09, 60 and 9C. RGB value is (9,96,156). Sum of RGB (Red+Green+Blue) = 9+96+156=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #09609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09609C is #F69F63. Grayscale: #4C4C4C. Windows color (decimal): -16162660 or 10248201. OLE color: 10248201.
HSL color Cylindrical-coordinate representation of color #09609C: hue angle of 204.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09609C is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 96 | 156 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.39 |
| HSL | 204.49º | 0.89% | 0.32% | - |
| HSV(B) | 204.49º | 0.94% | 0.61% | - |
| XYZ | 10.3 | 10.82 | 33 | - |
| YUV | 76.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 156 | 0.94 | 0.38 | 0 | 0.39 | 204.49 | 0.89 | 0.32 |
| Hex | 9 | 60 | 9C | 5E | 26 | 0 | 27 | CC | 59 | 20 |
| Octal | 11 | 140 | 234 | 136 | 46 | 0 | 47 | 314 | 131 | 40 |
| Binary | 1001 | 1100000 | 10011100 | 1011110 | 100110 | 0 | 100111 | 11001100 | 1011001 | 100000 |
Color Harmonies of #09609C
Complementary color
Monochromatic Colors of #09609C
Black with #09609C
Text Example
Text Example
White with #09609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09609C; }
p { color: rgb(9,96,156); }
H1.HeaderClassName
{
color: #09609C;
}
.AnyTagClassName
{
color: #09609C;
}
</style>
background-color css
<style>
a { background-color: #09609C; }
a { background-color: rgb(9,96,156); }
div.DivClassName
{
background-color: #09609C;
}
.BgClassName
{
background-color: #09609C;
}
</style>
border-color css
<style>
span { border-color: #09609C; }
span { border-color: rgb(9,96,156); }
td.TdClassName
{
border-color: #09609C;
}
.TagClassName
{
border-color: #09609C;
}
</style>