Shades of Dark Cerulean #09428F
Tints of Dark Cerulean #09428F
RGB
CMYK
RGB Variations
Color information
#09428F (or 0x09428F) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8F. RGB value is (9,66,143). Sum of RGB (Red+Green+Blue) = 9+66+143=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #09428F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428F is #F6BD70. Grayscale: #393939. Windows color (decimal): -16170353 or 9388553. OLE color: 9388553.
HSL color Cylindrical-coordinate representation of color #09428F: hue angle of 214.48º 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 #09428F is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 66 | 143 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.44 |
| HSL | 214.48º | 0.88% | 0.3% | - |
| HSV(B) | 214.48º | 0.94% | 0.56% | - |
| XYZ | 7.02 | 5.94 | 26.76 | - |
| YUV | 57.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 143 | 0.94 | 0.54 | 0 | 0.44 | 214.48 | 0.88 | 0.3 |
| Hex | 9 | 42 | 8F | 5E | 36 | 0 | 2C | D6 | 58 | 1E |
| Octal | 11 | 102 | 217 | 136 | 66 | 0 | 54 | 326 | 130 | 36 |
| Binary | 1001 | 1000010 | 10001111 | 1011110 | 110110 | 0 | 101100 | 11010110 | 1011000 | 11110 |
Color Harmonies of #09428F
Complementary color
Monochromatic Colors of #09428F
Black with #09428F
Text Example
Text Example
White with #09428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09428F; }
p { color: rgb(9,66,143); }
H1.HeaderClassName
{
color: #09428F;
}
.AnyTagClassName
{
color: #09428F;
}
</style>
background-color css
<style>
a { background-color: #09428F; }
a { background-color: rgb(9,66,143); }
div.DivClassName
{
background-color: #09428F;
}
.BgClassName
{
background-color: #09428F;
}
</style>
border-color css
<style>
span { border-color: #09428F; }
span { border-color: rgb(9,66,143); }
td.TdClassName
{
border-color: #09428F;
}
.TagClassName
{
border-color: #09428F;
}
</style>