Shades of Dark Cerulean #09377F
Tints of Dark Cerulean #09377F
RGB
CMYK
RGB Variations
Color information
#09377F (or 0x09377F) is known color: Dark Cerulean. HEX triplet: 09, 37 and 7F. RGB value is (9,55,127). Sum of RGB (Red+Green+Blue) = 9+55+127=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #09377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09377F is #F6C880. Grayscale: #313131. Windows color (decimal): -16173185 or 8337161. OLE color: 8337161.
HSL color Cylindrical-coordinate representation of color #09377F: hue angle of 216.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09377F is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 55 | 127 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.50 |
| HSL | 216.61º | 0.87% | 0.27% | - |
| HSV(B) | 216.61º | 0.93% | 0.5% | - |
| XYZ | 5.31 | 4.32 | 20.63 | - |
| YUV | 49.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 127 | 0.93 | 0.57 | 0 | 0.50 | 216.61 | 0.87 | 0.27 |
| Hex | 9 | 37 | 7F | 5D | 39 | 0 | 32 | D9 | 57 | 1B |
| Octal | 11 | 67 | 177 | 135 | 71 | 0 | 62 | 331 | 127 | 33 |
| Binary | 1001 | 110111 | 1111111 | 1011101 | 111001 | 0 | 110010 | 11011001 | 1010111 | 11011 |
Color Harmonies of #09377F
Complementary color
Monochromatic Colors of #09377F
Black with #09377F
Text Example
Text Example
White with #09377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09377F; }
p { color: rgb(9,55,127); }
H1.HeaderClassName
{
color: #09377F;
}
.AnyTagClassName
{
color: #09377F;
}
</style>
background-color css
<style>
a { background-color: #09377F; }
a { background-color: rgb(9,55,127); }
div.DivClassName
{
background-color: #09377F;
}
.BgClassName
{
background-color: #09377F;
}
</style>
border-color css
<style>
span { border-color: #09377F; }
span { border-color: rgb(9,55,127); }
td.TdClassName
{
border-color: #09377F;
}
.TagClassName
{
border-color: #09377F;
}
</style>