Shades of Dark Cerulean #09357D
Tints of Dark Cerulean #09357D
RGB
CMYK
RGB Variations
Color information
#09357D (or 0x09357D) is known color: Dark Cerulean. HEX triplet: 09, 35 and 7D. RGB value is (9,53,125). Sum of RGB (Red+Green+Blue) = 9+53+125=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #09357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09357D is #F6CA82. Grayscale: #2F2F2F. Windows color (decimal): -16173699 or 8205577. OLE color: 8205577.
HSL color Cylindrical-coordinate representation of color #09357D: hue angle of 217.24º degrees, saturation: 0.87, 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 #09357D is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 53 | 125 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.51 |
| HSL | 217.24º | 0.87% | 0.26% | - |
| HSV(B) | 217.24º | 0.93% | 0.49% | - |
| XYZ | 5.09 | 4.08 | 19.92 | - |
| YUV | 48.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 125 | 0.93 | 0.58 | 0 | 0.51 | 217.24 | 0.87 | 0.26 |
| Hex | 9 | 35 | 7D | 5D | 3A | 0 | 33 | D9 | 57 | 1A |
| Octal | 11 | 65 | 175 | 135 | 72 | 0 | 63 | 331 | 127 | 32 |
| Binary | 1001 | 110101 | 1111101 | 1011101 | 111010 | 0 | 110011 | 11011001 | 1010111 | 11010 |
Color Harmonies of #09357D
Complementary color
Monochromatic Colors of #09357D
Black with #09357D
Text Example
Text Example
White with #09357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09357D; }
p { color: rgb(9,53,125); }
H1.HeaderClassName
{
color: #09357D;
}
.AnyTagClassName
{
color: #09357D;
}
</style>
background-color css
<style>
a { background-color: #09357D; }
a { background-color: rgb(9,53,125); }
div.DivClassName
{
background-color: #09357D;
}
.BgClassName
{
background-color: #09357D;
}
</style>
border-color css
<style>
span { border-color: #09357D; }
span { border-color: rgb(9,53,125); }
td.TdClassName
{
border-color: #09357D;
}
.TagClassName
{
border-color: #09357D;
}
</style>