Shades of Dark Cerulean #09367C
Tints of Dark Cerulean #09367C
RGB
CMYK
RGB Variations
Color information
#09367C (or 0x09367C) is known color: Dark Cerulean. HEX triplet: 09, 36 and 7C. RGB value is (9,54,124). Sum of RGB (Red+Green+Blue) = 9+54+124=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #09367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09367C is #F6C983. Grayscale: #303030. Windows color (decimal): -16173444 or 8140297. OLE color: 8140297.
HSL color Cylindrical-coordinate representation of color #09367C: hue angle of 216.52º 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 #09367C is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 54 | 124 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.51 |
| HSL | 216.52º | 0.86% | 0.26% | - |
| HSV(B) | 216.52º | 0.93% | 0.49% | - |
| XYZ | 5.07 | 4.15 | 19.6 | - |
| YUV | 48.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 124 | 0.93 | 0.56 | 0 | 0.51 | 216.52 | 0.86 | 0.26 |
| Hex | 9 | 36 | 7C | 5D | 38 | 0 | 33 | D9 | 56 | 1A |
| Octal | 11 | 66 | 174 | 135 | 70 | 0 | 63 | 331 | 126 | 32 |
| Binary | 1001 | 110110 | 1111100 | 1011101 | 111000 | 0 | 110011 | 11011001 | 1010110 | 11010 |
Color Harmonies of #09367C
Complementary color
Monochromatic Colors of #09367C
Black with #09367C
Text Example
Text Example
White with #09367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09367C; }
p { color: rgb(9,54,124); }
H1.HeaderClassName
{
color: #09367C;
}
.AnyTagClassName
{
color: #09367C;
}
</style>
background-color css
<style>
a { background-color: #09367C; }
a { background-color: rgb(9,54,124); }
div.DivClassName
{
background-color: #09367C;
}
.BgClassName
{
background-color: #09367C;
}
</style>
border-color css
<style>
span { border-color: #09367C; }
span { border-color: rgb(9,54,124); }
td.TdClassName
{
border-color: #09367C;
}
.TagClassName
{
border-color: #09367C;
}
</style>