Shades of Dark Cerulean #09458F
Tints of Dark Cerulean #09458F
RGB
CMYK
RGB Variations
Color information
#09458F (or 0x09458F) is known color: Dark Cerulean. HEX triplet: 09, 45 and 8F. RGB value is (9,69,143). Sum of RGB (Red+Green+Blue) = 9+69+143=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #09458F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458F is #F6BA70. Grayscale: #3B3B3B. Windows color (decimal): -16169585 or 9389321. OLE color: 9389321.
HSL color Cylindrical-coordinate representation of color #09458F: hue angle of 213.13º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09458F is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 69 | 143 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.44 |
| HSL | 213.13º | 0.88% | 0.3% | - |
| HSV(B) | 213.13º | 0.94% | 0.56% | - |
| XYZ | 7.2 | 6.3 | 26.82 | - |
| YUV | 59.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 143 | 0.94 | 0.52 | 0 | 0.44 | 213.13 | 0.88 | 0.3 |
| Hex | 9 | 45 | 8F | 5E | 34 | 0 | 2C | D5 | 58 | 1E |
| Octal | 11 | 105 | 217 | 136 | 64 | 0 | 54 | 325 | 130 | 36 |
| Binary | 1001 | 1000101 | 10001111 | 1011110 | 110100 | 0 | 101100 | 11010101 | 1011000 | 11110 |
Color Harmonies of #09458F
Complementary color
Monochromatic Colors of #09458F
Black with #09458F
Text Example
Text Example
White with #09458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09458F; }
p { color: rgb(9,69,143); }
H1.HeaderClassName
{
color: #09458F;
}
.AnyTagClassName
{
color: #09458F;
}
</style>
background-color css
<style>
a { background-color: #09458F; }
a { background-color: rgb(9,69,143); }
div.DivClassName
{
background-color: #09458F;
}
.BgClassName
{
background-color: #09458F;
}
</style>
border-color css
<style>
span { border-color: #09458F; }
span { border-color: rgb(9,69,143); }
td.TdClassName
{
border-color: #09458F;
}
.TagClassName
{
border-color: #09458F;
}
</style>