Shades of Dark Cerulean #09377C
Tints of Dark Cerulean #09377C
RGB
CMYK
RGB Variations
Color information
#09377C (or 0x09377C) is known color: Dark Cerulean. HEX triplet: 09, 37 and 7C. RGB value is (9,55,124). Sum of RGB (Red+Green+Blue) = 9+55+124=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #09377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09377C is #F6C883. Grayscale: #303030. Windows color (decimal): -16173188 or 8140553. OLE color: 8140553.
HSL color Cylindrical-coordinate representation of color #09377C: hue angle of 216º 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 #09377C is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 55 | 124 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.51 |
| HSL | 216º | 0.86% | 0.26% | - |
| HSV(B) | 216º | 0.93% | 0.49% | - |
| XYZ | 5.12 | 4.25 | 19.62 | - |
| YUV | 49.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 124 | 0.93 | 0.56 | 0 | 0.51 | 216 | 0.86 | 0.26 |
| Hex | 9 | 37 | 7C | 5D | 38 | 0 | 33 | D8 | 56 | 1A |
| Octal | 11 | 67 | 174 | 135 | 70 | 0 | 63 | 330 | 126 | 32 |
| Binary | 1001 | 110111 | 1111100 | 1011101 | 111000 | 0 | 110011 | 11011000 | 1010110 | 11010 |
Color Harmonies of #09377C
Complementary color
Monochromatic Colors of #09377C
Black with #09377C
Text Example
Text Example
White with #09377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09377C; }
p { color: rgb(9,55,124); }
H1.HeaderClassName
{
color: #09377C;
}
.AnyTagClassName
{
color: #09377C;
}
</style>
background-color css
<style>
a { background-color: #09377C; }
a { background-color: rgb(9,55,124); }
div.DivClassName
{
background-color: #09377C;
}
.BgClassName
{
background-color: #09377C;
}
</style>
border-color css
<style>
span { border-color: #09377C; }
span { border-color: rgb(9,55,124); }
td.TdClassName
{
border-color: #09377C;
}
.TagClassName
{
border-color: #09377C;
}
</style>