Shades of Dark Cerulean #09427D
Tints of Dark Cerulean #09427D
RGB
CMYK
RGB Variations
Color information
#09427D (or 0x09427D) is known color: Dark Cerulean. HEX triplet: 09, 42 and 7D. RGB value is (9,66,125). Sum of RGB (Red+Green+Blue) = 9+66+125=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #09427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09427D is #F6BD82. Grayscale: #373737. Windows color (decimal): -16170371 or 8208905. OLE color: 8208905.
HSL color Cylindrical-coordinate representation of color #09427D: hue angle of 210.52º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09427D is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 66 | 125 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.51 |
| HSL | 210.52º | 0.87% | 0.26% | - |
| HSV(B) | 210.52º | 0.93% | 0.49% | - |
| XYZ | 5.76 | 5.44 | 20.15 | - |
| YUV | 55.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 125 | 0.93 | 0.47 | 0 | 0.51 | 210.52 | 0.87 | 0.26 |
| Hex | 9 | 42 | 7D | 5D | 2F | 0 | 33 | D3 | 57 | 1A |
| Octal | 11 | 102 | 175 | 135 | 57 | 0 | 63 | 323 | 127 | 32 |
| Binary | 1001 | 1000010 | 1111101 | 1011101 | 101111 | 0 | 110011 | 11010011 | 1010111 | 11010 |
Color Harmonies of #09427D
Complementary color
Monochromatic Colors of #09427D
Black with #09427D
Text Example
Text Example
White with #09427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09427D; }
p { color: rgb(9,66,125); }
H1.HeaderClassName
{
color: #09427D;
}
.AnyTagClassName
{
color: #09427D;
}
</style>
background-color css
<style>
a { background-color: #09427D; }
a { background-color: rgb(9,66,125); }
div.DivClassName
{
background-color: #09427D;
}
.BgClassName
{
background-color: #09427D;
}
</style>
border-color css
<style>
span { border-color: #09427D; }
span { border-color: rgb(9,66,125); }
td.TdClassName
{
border-color: #09427D;
}
.TagClassName
{
border-color: #09427D;
}
</style>