Shades of Dark Cerulean #09357B
Tints of Dark Cerulean #09357B
RGB
CMYK
RGB Variations
Color information
#09357B (or 0x09357B) is known color: Dark Cerulean. HEX triplet: 09, 35 and 7B. RGB value is (9,53,123). Sum of RGB (Red+Green+Blue) = 9+53+123=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #09357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09357B is #F6CA84. Grayscale: #2F2F2F. Windows color (decimal): -16173701 or 8074505. OLE color: 8074505.
HSL color Cylindrical-coordinate representation of color #09357B: hue angle of 216.84º 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 #09357B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 53 | 123 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.52 |
| HSL | 216.84º | 0.86% | 0.26% | - |
| HSV(B) | 216.84º | 0.93% | 0.48% | - |
| XYZ | 4.96 | 4.03 | 19.26 | - |
| YUV | 47.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 123 | 0.93 | 0.57 | 0 | 0.52 | 216.84 | 0.86 | 0.26 |
| Hex | 9 | 35 | 7B | 5D | 39 | 0 | 34 | D9 | 56 | 1A |
| Octal | 11 | 65 | 173 | 135 | 71 | 0 | 64 | 331 | 126 | 32 |
| Binary | 1001 | 110101 | 1111011 | 1011101 | 111001 | 0 | 110100 | 11011001 | 1010110 | 11010 |
Color Harmonies of #09357B
Complementary color
Monochromatic Colors of #09357B
Black with #09357B
Text Example
Text Example
White with #09357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09357B; }
p { color: rgb(9,53,123); }
H1.HeaderClassName
{
color: #09357B;
}
.AnyTagClassName
{
color: #09357B;
}
</style>
background-color css
<style>
a { background-color: #09357B; }
a { background-color: rgb(9,53,123); }
div.DivClassName
{
background-color: #09357B;
}
.BgClassName
{
background-color: #09357B;
}
</style>
border-color css
<style>
span { border-color: #09357B; }
span { border-color: rgb(9,53,123); }
td.TdClassName
{
border-color: #09357B;
}
.TagClassName
{
border-color: #09357B;
}
</style>