Shades of Dark Cerulean #09347E
Tints of Dark Cerulean #09347E
RGB
CMYK
RGB Variations
Color information
#09347E (or 0x09347E) is known color: Dark Cerulean. HEX triplet: 09, 34 and 7E. RGB value is (9,52,126). Sum of RGB (Red+Green+Blue) = 9+52+126=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #09347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09347E is #F6CB81. Grayscale: #2F2F2F. Windows color (decimal): -16173954 or 8270857. OLE color: 8270857.
HSL color Cylindrical-coordinate representation of color #09347E: hue angle of 217.95º 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 #09347E is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 52 | 126 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.51 |
| HSL | 217.95º | 0.87% | 0.26% | - |
| HSV(B) | 217.95º | 0.93% | 0.49% | - |
| XYZ | 5.11 | 4.02 | 20.25 | - |
| YUV | 47.58 | 172.25 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 126 | 0.93 | 0.59 | 0 | 0.51 | 217.95 | 0.87 | 0.26 |
| Hex | 9 | 34 | 7E | 5D | 3B | 0 | 33 | DA | 57 | 1A |
| Octal | 11 | 64 | 176 | 135 | 73 | 0 | 63 | 332 | 127 | 32 |
| Binary | 1001 | 110100 | 1111110 | 1011101 | 111011 | 0 | 110011 | 11011010 | 1010111 | 11010 |
Color Harmonies of #09347E
Complementary color
Monochromatic Colors of #09347E
Black with #09347E
Text Example
Text Example
White with #09347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09347E; }
p { color: rgb(9,52,126); }
H1.HeaderClassName
{
color: #09347E;
}
.AnyTagClassName
{
color: #09347E;
}
</style>
background-color css
<style>
a { background-color: #09347E; }
a { background-color: rgb(9,52,126); }
div.DivClassName
{
background-color: #09347E;
}
.BgClassName
{
background-color: #09347E;
}
</style>
border-color css
<style>
span { border-color: #09347E; }
span { border-color: rgb(9,52,126); }
td.TdClassName
{
border-color: #09347E;
}
.TagClassName
{
border-color: #09347E;
}
</style>