Shades of Dark Cerulean #09397A
Tints of Dark Cerulean #09397A
RGB
CMYK
RGB Variations
Color information
#09397A (or 0x09397A) is known color: Dark Cerulean. HEX triplet: 09, 39 and 7A. RGB value is (9,57,122). Sum of RGB (Red+Green+Blue) = 9+57+122=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #09397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397A is #F6C685. Grayscale: #313131. Windows color (decimal): -16172678 or 8009993. OLE color: 8009993.
HSL color Cylindrical-coordinate representation of color #09397A: hue angle of 214.51º 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 #09397A is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 57 | 122 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.52 |
| HSL | 214.51º | 0.86% | 0.26% | - |
| HSV(B) | 214.51º | 0.93% | 0.48% | - |
| XYZ | 5.09 | 4.39 | 18.99 | - |
| YUV | 50.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 122 | 0.93 | 0.53 | 0 | 0.52 | 214.51 | 0.86 | 0.26 |
| Hex | 9 | 39 | 7A | 5D | 35 | 0 | 34 | D7 | 56 | 1A |
| Octal | 11 | 71 | 172 | 135 | 65 | 0 | 64 | 327 | 126 | 32 |
| Binary | 1001 | 111001 | 1111010 | 1011101 | 110101 | 0 | 110100 | 11010111 | 1010110 | 11010 |
Color Harmonies of #09397A
Complementary color
Monochromatic Colors of #09397A
Black with #09397A
Text Example
Text Example
White with #09397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09397A; }
p { color: rgb(9,57,122); }
H1.HeaderClassName
{
color: #09397A;
}
.AnyTagClassName
{
color: #09397A;
}
</style>
background-color css
<style>
a { background-color: #09397A; }
a { background-color: rgb(9,57,122); }
div.DivClassName
{
background-color: #09397A;
}
.BgClassName
{
background-color: #09397A;
}
</style>
border-color css
<style>
span { border-color: #09397A; }
span { border-color: rgb(9,57,122); }
td.TdClassName
{
border-color: #09397A;
}
.TagClassName
{
border-color: #09397A;
}
</style>