Shades of Cerulean #09609B
Tints of Cerulean #09609B
RGB
CMYK
RGB Variations
Color information
#09609B (or 0x09609B) is known color: Cerulean. HEX triplet: 09, 60 and 9B. RGB value is (9,96,155). Sum of RGB (Red+Green+Blue) = 9+96+155=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #09609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09609B is #F69F64. Grayscale: #4C4C4C. Windows color (decimal): -16162661 or 10182665. OLE color: 10182665.
HSL color Cylindrical-coordinate representation of color #09609B: hue angle of 204.25º 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 #09609B is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 96 | 155 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.39 |
| HSL | 204.25º | 0.89% | 0.32% | - |
| HSV(B) | 204.25º | 0.94% | 0.61% | - |
| XYZ | 10.21 | 10.79 | 32.55 | - |
| YUV | 76.71 | 172.18 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 155 | 0.94 | 0.38 | 0 | 0.39 | 204.25 | 0.89 | 0.32 |
| Hex | 9 | 60 | 9B | 5E | 26 | 0 | 27 | CC | 59 | 20 |
| Octal | 11 | 140 | 233 | 136 | 46 | 0 | 47 | 314 | 131 | 40 |
| Binary | 1001 | 1100000 | 10011011 | 1011110 | 100110 | 0 | 100111 | 11001100 | 1011001 | 100000 |
Color Harmonies of #09609B
Complementary color
Monochromatic Colors of #09609B
Black with #09609B
Text Example
Text Example
White with #09609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09609B; }
p { color: rgb(9,96,155); }
H1.HeaderClassName
{
color: #09609B;
}
.AnyTagClassName
{
color: #09609B;
}
</style>
background-color css
<style>
a { background-color: #09609B; }
a { background-color: rgb(9,96,155); }
div.DivClassName
{
background-color: #09609B;
}
.BgClassName
{
background-color: #09609B;
}
</style>
border-color css
<style>
span { border-color: #09609B; }
span { border-color: rgb(9,96,155); }
td.TdClassName
{
border-color: #09609B;
}
.TagClassName
{
border-color: #09609B;
}
</style>