Shades of Dark Cerulean #09327E
Tints of Dark Cerulean #09327E
RGB
CMYK
RGB Variations
Color information
#09327E (or 0x09327E) is known color: Dark Cerulean. HEX triplet: 09, 32 and 7E. RGB value is (9,50,126). Sum of RGB (Red+Green+Blue) = 9+50+126=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #09327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327E is #F6CD81. Grayscale: #2E2E2E. Windows color (decimal): -16174466 or 8270345. OLE color: 8270345.
HSL color Cylindrical-coordinate representation of color #09327E: hue angle of 218.97º 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 #09327E is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 50 | 126 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.51 |
| HSL | 218.97º | 0.87% | 0.26% | - |
| HSV(B) | 218.97º | 0.93% | 0.49% | - |
| XYZ | 5.02 | 3.85 | 20.22 | - |
| YUV | 46.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 126 | 0.93 | 0.60 | 0 | 0.51 | 218.97 | 0.87 | 0.26 |
| Hex | 9 | 32 | 7E | 5D | 3C | 0 | 33 | DB | 57 | 1A |
| Octal | 11 | 62 | 176 | 135 | 74 | 0 | 63 | 333 | 127 | 32 |
| Binary | 1001 | 110010 | 1111110 | 1011101 | 111100 | 0 | 110011 | 11011011 | 1010111 | 11010 |
Color Harmonies of #09327E
Complementary color
Monochromatic Colors of #09327E
Black with #09327E
Text Example
Text Example
White with #09327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09327E; }
p { color: rgb(9,50,126); }
H1.HeaderClassName
{
color: #09327E;
}
.AnyTagClassName
{
color: #09327E;
}
</style>
background-color css
<style>
a { background-color: #09327E; }
a { background-color: rgb(9,50,126); }
div.DivClassName
{
background-color: #09327E;
}
.BgClassName
{
background-color: #09327E;
}
</style>
border-color css
<style>
span { border-color: #09327E; }
span { border-color: rgb(9,50,126); }
td.TdClassName
{
border-color: #09327E;
}
.TagClassName
{
border-color: #09327E;
}
</style>