Shades of Cerulean #09659D
Tints of Cerulean #09659D
RGB
CMYK
RGB Variations
Color information
#09659D (or 0x09659D) is known color: Cerulean. HEX triplet: 09, 65 and 9D. RGB value is (9,101,157). Sum of RGB (Red+Green+Blue) = 9+101+157=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #09659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09659D is #F69A62. Grayscale: #4F4F4F. Windows color (decimal): -16161379 or 10315017. OLE color: 10315017.
HSL color Cylindrical-coordinate representation of color #09659D: hue angle of 202.7º 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 #09659D is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 101 | 157 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.38 |
| HSL | 202.7º | 0.89% | 0.33% | - |
| HSV(B) | 202.7º | 0.94% | 0.62% | - |
| XYZ | 10.85 | 11.8 | 33.6 | - |
| YUV | 79.88 | 171.52 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 157 | 0.94 | 0.36 | 0 | 0.38 | 202.7 | 0.89 | 0.33 |
| Hex | 9 | 65 | 9D | 5E | 24 | 0 | 26 | CB | 59 | 21 |
| Octal | 11 | 145 | 235 | 136 | 44 | 0 | 46 | 313 | 131 | 41 |
| Binary | 1001 | 1100101 | 10011101 | 1011110 | 100100 | 0 | 100110 | 11001011 | 1011001 | 100001 |
Color Harmonies of #09659D
Complementary color
Monochromatic Colors of #09659D
Black with #09659D
Text Example
Text Example
White with #09659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09659D; }
p { color: rgb(9,101,157); }
H1.HeaderClassName
{
color: #09659D;
}
.AnyTagClassName
{
color: #09659D;
}
</style>
background-color css
<style>
a { background-color: #09659D; }
a { background-color: rgb(9,101,157); }
div.DivClassName
{
background-color: #09659D;
}
.BgClassName
{
background-color: #09659D;
}
</style>
border-color css
<style>
span { border-color: #09659D; }
span { border-color: rgb(9,101,157); }
td.TdClassName
{
border-color: #09659D;
}
.TagClassName
{
border-color: #09659D;
}
</style>