Shades of Dark Cerulean #09397C
Tints of Dark Cerulean #09397C
RGB
CMYK
RGB Variations
Color information
#09397C (or 0x09397C) is known color: Dark Cerulean. HEX triplet: 09, 39 and 7C. RGB value is (9,57,124). Sum of RGB (Red+Green+Blue) = 9+57+124=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #09397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397C is #F6C683. Grayscale: #313131. Windows color (decimal): -16172676 or 8141065. OLE color: 8141065.
HSL color Cylindrical-coordinate representation of color #09397C: hue angle of 214.96º degrees, saturation: 0.86, 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 #09397C is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 57 | 124 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.51 |
| HSL | 214.96º | 0.86% | 0.26% | - |
| HSV(B) | 214.96º | 0.93% | 0.49% | - |
| XYZ | 5.21 | 4.44 | 19.65 | - |
| YUV | 50.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 124 | 0.93 | 0.54 | 0 | 0.51 | 214.96 | 0.86 | 0.26 |
| Hex | 9 | 39 | 7C | 5D | 36 | 0 | 33 | D7 | 56 | 1A |
| Octal | 11 | 71 | 174 | 135 | 66 | 0 | 63 | 327 | 126 | 32 |
| Binary | 1001 | 111001 | 1111100 | 1011101 | 110110 | 0 | 110011 | 11010111 | 1010110 | 11010 |
Color Harmonies of #09397C
Complementary color
Monochromatic Colors of #09397C
Black with #09397C
Text Example
Text Example
White with #09397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09397C; }
p { color: rgb(9,57,124); }
H1.HeaderClassName
{
color: #09397C;
}
.AnyTagClassName
{
color: #09397C;
}
</style>
background-color css
<style>
a { background-color: #09397C; }
a { background-color: rgb(9,57,124); }
div.DivClassName
{
background-color: #09397C;
}
.BgClassName
{
background-color: #09397C;
}
</style>
border-color css
<style>
span { border-color: #09397C; }
span { border-color: rgb(9,57,124); }
td.TdClassName
{
border-color: #09397C;
}
.TagClassName
{
border-color: #09397C;
}
</style>