Shades of Dark Cerulean #09317E
Tints of Dark Cerulean #09317E
RGB
CMYK
RGB Variations
Color information
#09317E (or 0x09317E) is known color: Dark Cerulean. HEX triplet: 09, 31 and 7E. RGB value is (9,49,126). Sum of RGB (Red+Green+Blue) = 9+49+126=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #09317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09317E is #F6CE81. Grayscale: #2D2D2D. Windows color (decimal): -16174722 or 8270089. OLE color: 8270089.
HSL color Cylindrical-coordinate representation of color #09317E: hue angle of 219.49º 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 #09317E is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 49 | 126 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.51 |
| HSL | 219.49º | 0.87% | 0.26% | - |
| HSV(B) | 219.49º | 0.93% | 0.49% | - |
| XYZ | 4.98 | 3.76 | 20.2 | - |
| YUV | 45.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 126 | 0.93 | 0.61 | 0 | 0.51 | 219.49 | 0.87 | 0.26 |
| Hex | 9 | 31 | 7E | 5D | 3D | 0 | 33 | DB | 57 | 1A |
| Octal | 11 | 61 | 176 | 135 | 75 | 0 | 63 | 333 | 127 | 32 |
| Binary | 1001 | 110001 | 1111110 | 1011101 | 111101 | 0 | 110011 | 11011011 | 1010111 | 11010 |
Color Harmonies of #09317E
Complementary color
Monochromatic Colors of #09317E
Black with #09317E
Text Example
Text Example
White with #09317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09317E; }
p { color: rgb(9,49,126); }
H1.HeaderClassName
{
color: #09317E;
}
.AnyTagClassName
{
color: #09317E;
}
</style>
background-color css
<style>
a { background-color: #09317E; }
a { background-color: rgb(9,49,126); }
div.DivClassName
{
background-color: #09317E;
}
.BgClassName
{
background-color: #09317E;
}
</style>
border-color css
<style>
span { border-color: #09317E; }
span { border-color: rgb(9,49,126); }
td.TdClassName
{
border-color: #09317E;
}
.TagClassName
{
border-color: #09317E;
}
</style>