Shades of Dark Cerulean #09377D
Tints of Dark Cerulean #09377D
RGB
CMYK
RGB Variations
Color information
#09377D (or 0x09377D) is known color: Dark Cerulean. HEX triplet: 09, 37 and 7D. RGB value is (9,55,125). Sum of RGB (Red+Green+Blue) = 9+55+125=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #09377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09377D is #F6C882. Grayscale: #303030. Windows color (decimal): -16173187 or 8206089. OLE color: 8206089.
HSL color Cylindrical-coordinate representation of color #09377D: hue angle of 216.21º 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 #09377D is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 55 | 125 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.51 |
| HSL | 216.21º | 0.87% | 0.26% | - |
| HSV(B) | 216.21º | 0.93% | 0.49% | - |
| XYZ | 5.18 | 4.27 | 19.95 | - |
| YUV | 49.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 125 | 0.93 | 0.56 | 0 | 0.51 | 216.21 | 0.87 | 0.26 |
| Hex | 9 | 37 | 7D | 5D | 38 | 0 | 33 | D8 | 57 | 1A |
| Octal | 11 | 67 | 175 | 135 | 70 | 0 | 63 | 330 | 127 | 32 |
| Binary | 1001 | 110111 | 1111101 | 1011101 | 111000 | 0 | 110011 | 11011000 | 1010111 | 11010 |
Color Harmonies of #09377D
Complementary color
Monochromatic Colors of #09377D
Black with #09377D
Text Example
Text Example
White with #09377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09377D; }
p { color: rgb(9,55,125); }
H1.HeaderClassName
{
color: #09377D;
}
.AnyTagClassName
{
color: #09377D;
}
</style>
background-color css
<style>
a { background-color: #09377D; }
a { background-color: rgb(9,55,125); }
div.DivClassName
{
background-color: #09377D;
}
.BgClassName
{
background-color: #09377D;
}
</style>
border-color css
<style>
span { border-color: #09377D; }
span { border-color: rgb(9,55,125); }
td.TdClassName
{
border-color: #09377D;
}
.TagClassName
{
border-color: #09377D;
}
</style>