Shades of Cerulean #09629B
Tints of Cerulean #09629B
RGB
CMYK
RGB Variations
Color information
#09629B (or 0x09629B) is known color: Cerulean. HEX triplet: 09, 62 and 9B. RGB value is (9,98,155). Sum of RGB (Red+Green+Blue) = 9+98+155=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #09629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09629B is #F69D64. Grayscale: #4D4D4D. Windows color (decimal): -16162149 or 10183177. OLE color: 10183177.
HSL color Cylindrical-coordinate representation of color #09629B: hue angle of 203.42º 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 #09629B is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 98 | 155 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.39 |
| HSL | 203.42º | 0.89% | 0.32% | - |
| HSV(B) | 203.42º | 0.94% | 0.61% | - |
| XYZ | 10.4 | 11.16 | 32.62 | - |
| YUV | 77.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 155 | 0.94 | 0.37 | 0 | 0.39 | 203.42 | 0.89 | 0.32 |
| Hex | 9 | 62 | 9B | 5E | 25 | 0 | 27 | CB | 59 | 20 |
| Octal | 11 | 142 | 233 | 136 | 45 | 0 | 47 | 313 | 131 | 40 |
| Binary | 1001 | 1100010 | 10011011 | 1011110 | 100101 | 0 | 100111 | 11001011 | 1011001 | 100000 |
Color Harmonies of #09629B
Complementary color
Monochromatic Colors of #09629B
Black with #09629B
Text Example
Text Example
White with #09629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09629B; }
p { color: rgb(9,98,155); }
H1.HeaderClassName
{
color: #09629B;
}
.AnyTagClassName
{
color: #09629B;
}
</style>
background-color css
<style>
a { background-color: #09629B; }
a { background-color: rgb(9,98,155); }
div.DivClassName
{
background-color: #09629B;
}
.BgClassName
{
background-color: #09629B;
}
</style>
border-color css
<style>
span { border-color: #09629B; }
span { border-color: rgb(9,98,155); }
td.TdClassName
{
border-color: #09629B;
}
.TagClassName
{
border-color: #09629B;
}
</style>