Shades of Dark Cerulean #09397B
Tints of Dark Cerulean #09397B
RGB
CMYK
RGB Variations
Color information
#09397B (or 0x09397B) is known color: Dark Cerulean. HEX triplet: 09, 39 and 7B. RGB value is (9,57,123). Sum of RGB (Red+Green+Blue) = 9+57+123=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #09397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397B is #F6C684. Grayscale: #313131. Windows color (decimal): -16172677 or 8075529. OLE color: 8075529.
HSL color Cylindrical-coordinate representation of color #09397B: hue angle of 214.74º 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 #09397B is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 57 | 123 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.52 |
| HSL | 214.74º | 0.86% | 0.26% | - |
| HSV(B) | 214.74º | 0.93% | 0.48% | - |
| XYZ | 5.15 | 4.41 | 19.32 | - |
| YUV | 50.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 123 | 0.93 | 0.54 | 0 | 0.52 | 214.74 | 0.86 | 0.26 |
| Hex | 9 | 39 | 7B | 5D | 36 | 0 | 34 | D7 | 56 | 1A |
| Octal | 11 | 71 | 173 | 135 | 66 | 0 | 64 | 327 | 126 | 32 |
| Binary | 1001 | 111001 | 1111011 | 1011101 | 110110 | 0 | 110100 | 11010111 | 1010110 | 11010 |
Color Harmonies of #09397B
Complementary color
Monochromatic Colors of #09397B
Black with #09397B
Text Example
Text Example
White with #09397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09397B; }
p { color: rgb(9,57,123); }
H1.HeaderClassName
{
color: #09397B;
}
.AnyTagClassName
{
color: #09397B;
}
</style>
background-color css
<style>
a { background-color: #09397B; }
a { background-color: rgb(9,57,123); }
div.DivClassName
{
background-color: #09397B;
}
.BgClassName
{
background-color: #09397B;
}
</style>
border-color css
<style>
span { border-color: #09397B; }
span { border-color: rgb(9,57,123); }
td.TdClassName
{
border-color: #09397B;
}
.TagClassName
{
border-color: #09397B;
}
</style>