Shades of Dark Cerulean #09426D
Tints of Dark Cerulean #09426D
RGB
CMYK
RGB Variations
Color information
#09426D (or 0x09426D) is known color: Dark Cerulean. HEX triplet: 09, 42 and 6D. RGB value is (9,66,109). Sum of RGB (Red+Green+Blue) = 9+66+109=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #09426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09426D is #F6BD92. Grayscale: #353535. Windows color (decimal): -16170387 or 7160329. OLE color: 7160329.
HSL color Cylindrical-coordinate representation of color #09426D: hue angle of 205.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09426D is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 66 | 109 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.57 |
| HSL | 205.8º | 0.85% | 0.23% | - |
| HSV(B) | 205.8º | 0.92% | 0.43% | - |
| XYZ | 4.82 | 5.06 | 15.19 | - |
| YUV | 53.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 109 | 0.92 | 0.39 | 0 | 0.57 | 205.8 | 0.85 | 0.23 |
| Hex | 9 | 42 | 6D | 5C | 27 | 0 | 39 | CE | 55 | 17 |
| Octal | 11 | 102 | 155 | 134 | 47 | 0 | 71 | 316 | 125 | 27 |
| Binary | 1001 | 1000010 | 1101101 | 1011100 | 100111 | 0 | 111001 | 11001110 | 1010101 | 10111 |
Color Harmonies of #09426D
Complementary color
Monochromatic Colors of #09426D
Black with #09426D
Text Example
Text Example
White with #09426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09426D; }
p { color: rgb(9,66,109); }
H1.HeaderClassName
{
color: #09426D;
}
.AnyTagClassName
{
color: #09426D;
}
</style>
background-color css
<style>
a { background-color: #09426D; }
a { background-color: rgb(9,66,109); }
div.DivClassName
{
background-color: #09426D;
}
.BgClassName
{
background-color: #09426D;
}
</style>
border-color css
<style>
span { border-color: #09426D; }
span { border-color: rgb(9,66,109); }
td.TdClassName
{
border-color: #09426D;
}
.TagClassName
{
border-color: #09426D;
}
</style>