Shades of Dark Cerulean #09367A
Tints of Dark Cerulean #09367A
RGB
CMYK
RGB Variations
Color information
#09367A (or 0x09367A) is known color: Dark Cerulean. HEX triplet: 09, 36 and 7A. RGB value is (9,54,122). Sum of RGB (Red+Green+Blue) = 9+54+122=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #09367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09367A is #F6C985. Grayscale: #2F2F2F. Windows color (decimal): -16173446 or 8009225. OLE color: 8009225.
HSL color Cylindrical-coordinate representation of color #09367A: hue angle of 216.11º 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 #09367A is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 54 | 122 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.52 |
| HSL | 216.11º | 0.86% | 0.26% | - |
| HSV(B) | 216.11º | 0.93% | 0.48% | - |
| XYZ | 4.94 | 4.1 | 18.94 | - |
| YUV | 48.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 122 | 0.93 | 0.56 | 0 | 0.52 | 216.11 | 0.86 | 0.26 |
| Hex | 9 | 36 | 7A | 5D | 38 | 0 | 34 | D8 | 56 | 1A |
| Octal | 11 | 66 | 172 | 135 | 70 | 0 | 64 | 330 | 126 | 32 |
| Binary | 1001 | 110110 | 1111010 | 1011101 | 111000 | 0 | 110100 | 11011000 | 1010110 | 11010 |
Color Harmonies of #09367A
Complementary color
Monochromatic Colors of #09367A
Black with #09367A
Text Example
Text Example
White with #09367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09367A; }
p { color: rgb(9,54,122); }
H1.HeaderClassName
{
color: #09367A;
}
.AnyTagClassName
{
color: #09367A;
}
</style>
background-color css
<style>
a { background-color: #09367A; }
a { background-color: rgb(9,54,122); }
div.DivClassName
{
background-color: #09367A;
}
.BgClassName
{
background-color: #09367A;
}
</style>
border-color css
<style>
span { border-color: #09367A; }
span { border-color: rgb(9,54,122); }
td.TdClassName
{
border-color: #09367A;
}
.TagClassName
{
border-color: #09367A;
}
</style>