Shades of Dark Cerulean #09387C
Tints of Dark Cerulean #09387C
RGB
CMYK
RGB Variations
Color information
#09387C (or 0x09387C) is known color: Dark Cerulean. HEX triplet: 09, 38 and 7C. RGB value is (9,56,124). Sum of RGB (Red+Green+Blue) = 9+56+124=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #09387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09387C is #F6C783. Grayscale: #313131. Windows color (decimal): -16172932 or 8140809. OLE color: 8140809.
HSL color Cylindrical-coordinate representation of color #09387C: hue angle of 215.48º 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 #09387C is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 56 | 124 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.51 |
| HSL | 215.48º | 0.86% | 0.26% | - |
| HSV(B) | 215.48º | 0.93% | 0.49% | - |
| XYZ | 5.16 | 4.34 | 19.63 | - |
| YUV | 49.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 124 | 0.93 | 0.55 | 0 | 0.51 | 215.48 | 0.86 | 0.26 |
| Hex | 9 | 38 | 7C | 5D | 37 | 0 | 33 | D7 | 56 | 1A |
| Octal | 11 | 70 | 174 | 135 | 67 | 0 | 63 | 327 | 126 | 32 |
| Binary | 1001 | 111000 | 1111100 | 1011101 | 110111 | 0 | 110011 | 11010111 | 1010110 | 11010 |
Color Harmonies of #09387C
Complementary color
Monochromatic Colors of #09387C
Black with #09387C
Text Example
Text Example
White with #09387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09387C; }
p { color: rgb(9,56,124); }
H1.HeaderClassName
{
color: #09387C;
}
.AnyTagClassName
{
color: #09387C;
}
</style>
background-color css
<style>
a { background-color: #09387C; }
a { background-color: rgb(9,56,124); }
div.DivClassName
{
background-color: #09387C;
}
.BgClassName
{
background-color: #09387C;
}
</style>
border-color css
<style>
span { border-color: #09387C; }
span { border-color: rgb(9,56,124); }
td.TdClassName
{
border-color: #09387C;
}
.TagClassName
{
border-color: #09387C;
}
</style>