Shades of Cerulean #09629E
Tints of Cerulean #09629E
RGB
CMYK
RGB Variations
Color information
#09629E (or 0x09629E) is known color: Cerulean. HEX triplet: 09, 62 and 9E. RGB value is (9,98,158). Sum of RGB (Red+Green+Blue) = 9+98+158=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #09629E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09629E is #F69D61. Grayscale: #4D4D4D. Windows color (decimal): -16162146 or 10379785. OLE color: 10379785.
HSL color Cylindrical-coordinate representation of color #09629E: hue angle of 204.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09629E is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 98 | 158 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.38 |
| HSL | 204.16º | 0.89% | 0.33% | - |
| HSV(B) | 204.16º | 0.94% | 0.62% | - |
| XYZ | 10.65 | 11.26 | 33.96 | - |
| YUV | 78.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 158 | 0.94 | 0.38 | 0 | 0.38 | 204.16 | 0.89 | 0.33 |
| Hex | 9 | 62 | 9E | 5E | 26 | 0 | 26 | CC | 59 | 21 |
| Octal | 11 | 142 | 236 | 136 | 46 | 0 | 46 | 314 | 131 | 41 |
| Binary | 1001 | 1100010 | 10011110 | 1011110 | 100110 | 0 | 100110 | 11001100 | 1011001 | 100001 |
Color Harmonies of #09629E
Complementary color
Monochromatic Colors of #09629E
Black with #09629E
Text Example
Text Example
White with #09629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09629E; }
p { color: rgb(9,98,158); }
H1.HeaderClassName
{
color: #09629E;
}
.AnyTagClassName
{
color: #09629E;
}
</style>
background-color css
<style>
a { background-color: #09629E; }
a { background-color: rgb(9,98,158); }
div.DivClassName
{
background-color: #09629E;
}
.BgClassName
{
background-color: #09629E;
}
</style>
border-color css
<style>
span { border-color: #09629E; }
span { border-color: rgb(9,98,158); }
td.TdClassName
{
border-color: #09629E;
}
.TagClassName
{
border-color: #09629E;
}
</style>