Shades of Dark Cerulean #09387F
Tints of Dark Cerulean #09387F
RGB
CMYK
RGB Variations
Color information
#09387F (or 0x09387F) is known color: Dark Cerulean. HEX triplet: 09, 38 and 7F. RGB value is (9,56,127). Sum of RGB (Red+Green+Blue) = 9+56+127=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #09387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09387F is #F6C780. Grayscale: #313131. Windows color (decimal): -16172929 or 8337417. OLE color: 8337417.
HSL color Cylindrical-coordinate representation of color #09387F: hue angle of 216.1º 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 #09387F is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 56 | 127 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.50 |
| HSL | 216.1º | 0.87% | 0.27% | - |
| HSV(B) | 216.1º | 0.93% | 0.5% | - |
| XYZ | 5.36 | 4.42 | 20.65 | - |
| YUV | 50.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 127 | 0.93 | 0.56 | 0 | 0.50 | 216.1 | 0.87 | 0.27 |
| Hex | 9 | 38 | 7F | 5D | 38 | 0 | 32 | D8 | 57 | 1B |
| Octal | 11 | 70 | 177 | 135 | 70 | 0 | 62 | 330 | 127 | 33 |
| Binary | 1001 | 111000 | 1111111 | 1011101 | 111000 | 0 | 110010 | 11011000 | 1010111 | 11011 |
Color Harmonies of #09387F
Complementary color
Monochromatic Colors of #09387F
Black with #09387F
Text Example
Text Example
White with #09387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09387F; }
p { color: rgb(9,56,127); }
H1.HeaderClassName
{
color: #09387F;
}
.AnyTagClassName
{
color: #09387F;
}
</style>
background-color css
<style>
a { background-color: #09387F; }
a { background-color: rgb(9,56,127); }
div.DivClassName
{
background-color: #09387F;
}
.BgClassName
{
background-color: #09387F;
}
</style>
border-color css
<style>
span { border-color: #09387F; }
span { border-color: rgb(9,56,127); }
td.TdClassName
{
border-color: #09387F;
}
.TagClassName
{
border-color: #09387F;
}
</style>