Shades of Dark Cerulean #09397E
Tints of Dark Cerulean #09397E
RGB
CMYK
RGB Variations
Color information
#09397E (or 0x09397E) is known color: Dark Cerulean. HEX triplet: 09, 39 and 7E. RGB value is (9,57,126). Sum of RGB (Red+Green+Blue) = 9+57+126=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #09397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397E is #F6C681. Grayscale: #323232. Windows color (decimal): -16172674 or 8272137. OLE color: 8272137.
HSL color Cylindrical-coordinate representation of color #09397E: hue angle of 215.38º 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 #09397E is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 57 | 126 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.51 |
| HSL | 215.38º | 0.87% | 0.26% | - |
| HSV(B) | 215.38º | 0.93% | 0.49% | - |
| XYZ | 5.34 | 4.49 | 20.32 | - |
| YUV | 50.51 | 170.6 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 126 | 0.93 | 0.55 | 0 | 0.51 | 215.38 | 0.87 | 0.26 |
| Hex | 9 | 39 | 7E | 5D | 37 | 0 | 33 | D7 | 57 | 1A |
| Octal | 11 | 71 | 176 | 135 | 67 | 0 | 63 | 327 | 127 | 32 |
| Binary | 1001 | 111001 | 1111110 | 1011101 | 110111 | 0 | 110011 | 11010111 | 1010111 | 11010 |
Color Harmonies of #09397E
Complementary color
Monochromatic Colors of #09397E
Black with #09397E
Text Example
Text Example
White with #09397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09397E; }
p { color: rgb(9,57,126); }
H1.HeaderClassName
{
color: #09397E;
}
.AnyTagClassName
{
color: #09397E;
}
</style>
background-color css
<style>
a { background-color: #09397E; }
a { background-color: rgb(9,57,126); }
div.DivClassName
{
background-color: #09397E;
}
.BgClassName
{
background-color: #09397E;
}
</style>
border-color css
<style>
span { border-color: #09397E; }
span { border-color: rgb(9,57,126); }
td.TdClassName
{
border-color: #09397E;
}
.TagClassName
{
border-color: #09397E;
}
</style>