Shades of Cerulean #09749B
Tints of Cerulean #09749B
RGB
CMYK
RGB Variations
Color information
#09749B (or 0x09749B) is known color: Cerulean. HEX triplet: 09, 74 and 9B. RGB value is (9,116,155). Sum of RGB (Red+Green+Blue) = 9+116+155=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #09749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09749B is #F68B64. Grayscale: #585858. Windows color (decimal): -16157541 or 10187785. OLE color: 10187785.
HSL color Cylindrical-coordinate representation of color #09749B: hue angle of 196.03º 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 #09749B is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 116 | 155 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.39 |
| HSL | 196.03º | 0.89% | 0.32% | - |
| HSV(B) | 196.03º | 0.94% | 0.61% | - |
| XYZ | 12.27 | 14.92 | 33.24 | - |
| YUV | 88.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 155 | 0.94 | 0.25 | 0 | 0.39 | 196.03 | 0.89 | 0.32 |
| Hex | 9 | 74 | 9B | 5E | 19 | 0 | 27 | C4 | 59 | 20 |
| Octal | 11 | 164 | 233 | 136 | 31 | 0 | 47 | 304 | 131 | 40 |
| Binary | 1001 | 1110100 | 10011011 | 1011110 | 11001 | 0 | 100111 | 11000100 | 1011001 | 100000 |
Color Harmonies of #09749B
Complementary color
Monochromatic Colors of #09749B
Black with #09749B
Text Example
Text Example
White with #09749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09749B; }
p { color: rgb(9,116,155); }
H1.HeaderClassName
{
color: #09749B;
}
.AnyTagClassName
{
color: #09749B;
}
</style>
background-color css
<style>
a { background-color: #09749B; }
a { background-color: rgb(9,116,155); }
div.DivClassName
{
background-color: #09749B;
}
.BgClassName
{
background-color: #09749B;
}
</style>
border-color css
<style>
span { border-color: #09749B; }
span { border-color: rgb(9,116,155); }
td.TdClassName
{
border-color: #09749B;
}
.TagClassName
{
border-color: #09749B;
}
</style>