Shades of Dark Cerulean #09387B
Tints of Dark Cerulean #09387B
RGB
CMYK
RGB Variations
Color information
#09387B (or 0x09387B) is known color: Dark Cerulean. HEX triplet: 09, 38 and 7B. RGB value is (9,56,123). Sum of RGB (Red+Green+Blue) = 9+56+123=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #09387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09387B is #F6C784. Grayscale: #313131. Windows color (decimal): -16172933 or 8075273. OLE color: 8075273.
HSL color Cylindrical-coordinate representation of color #09387B: hue angle of 215.26º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09387B is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 56 | 123 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.52 |
| HSL | 215.26º | 0.86% | 0.26% | - |
| HSV(B) | 215.26º | 0.93% | 0.48% | - |
| XYZ | 5.1 | 4.32 | 19.3 | - |
| YUV | 49.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 123 | 0.93 | 0.54 | 0 | 0.52 | 215.26 | 0.86 | 0.26 |
| Hex | 9 | 38 | 7B | 5D | 36 | 0 | 34 | D7 | 56 | 1A |
| Octal | 11 | 70 | 173 | 135 | 66 | 0 | 64 | 327 | 126 | 32 |
| Binary | 1001 | 111000 | 1111011 | 1011101 | 110110 | 0 | 110100 | 11010111 | 1010110 | 11010 |
Color Harmonies of #09387B
Complementary color
Monochromatic Colors of #09387B
Black with #09387B
Text Example
Text Example
White with #09387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09387B; }
p { color: rgb(9,56,123); }
H1.HeaderClassName
{
color: #09387B;
}
.AnyTagClassName
{
color: #09387B;
}
</style>
background-color css
<style>
a { background-color: #09387B; }
a { background-color: rgb(9,56,123); }
div.DivClassName
{
background-color: #09387B;
}
.BgClassName
{
background-color: #09387B;
}
</style>
border-color css
<style>
span { border-color: #09387B; }
span { border-color: rgb(9,56,123); }
td.TdClassName
{
border-color: #09387B;
}
.TagClassName
{
border-color: #09387B;
}
</style>