Shades of Dark Cerulean #09428C
Tints of Dark Cerulean #09428C
RGB
CMYK
RGB Variations
Color information
#09428C (or 0x09428C) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8C. RGB value is (9,66,140). Sum of RGB (Red+Green+Blue) = 9+66+140=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #09428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428C is #F6BD73. Grayscale: #393939. Windows color (decimal): -16170356 or 9191945. OLE color: 9191945.
HSL color Cylindrical-coordinate representation of color #09428C: hue angle of 213.89º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09428C is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 66 | 140 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.45 |
| HSL | 213.89º | 0.88% | 0.29% | - |
| HSV(B) | 213.89º | 0.94% | 0.55% | - |
| XYZ | 6.79 | 5.85 | 25.58 | - |
| YUV | 57.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 140 | 0.94 | 0.53 | 0 | 0.45 | 213.89 | 0.88 | 0.29 |
| Hex | 9 | 42 | 8C | 5E | 35 | 0 | 2D | D6 | 58 | 1D |
| Octal | 11 | 102 | 214 | 136 | 65 | 0 | 55 | 326 | 130 | 35 |
| Binary | 1001 | 1000010 | 10001100 | 1011110 | 110101 | 0 | 101101 | 11010110 | 1011000 | 11101 |
Color Harmonies of #09428C
Complementary color
Monochromatic Colors of #09428C
Black with #09428C
Text Example
Text Example
White with #09428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09428C; }
p { color: rgb(9,66,140); }
H1.HeaderClassName
{
color: #09428C;
}
.AnyTagClassName
{
color: #09428C;
}
</style>
background-color css
<style>
a { background-color: #09428C; }
a { background-color: rgb(9,66,140); }
div.DivClassName
{
background-color: #09428C;
}
.BgClassName
{
background-color: #09428C;
}
</style>
border-color css
<style>
span { border-color: #09428C; }
span { border-color: rgb(9,66,140); }
td.TdClassName
{
border-color: #09428C;
}
.TagClassName
{
border-color: #09428C;
}
</style>