Shades of Dark Cerulean #11367C
Tints of Dark Cerulean #11367C
RGB
CMYK
RGB Variations
Color information
#11367C (or 0x11367C) is known color: Dark Cerulean. HEX triplet: 11, 36 and 7C. RGB value is (17,54,124). Sum of RGB (Red+Green+Blue) = 17+54+124=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #11367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11367C is #EEC983. Grayscale: #323232. Windows color (decimal): -15649156 or 8140305. OLE color: 8140305.
HSL color Cylindrical-coordinate representation of color #11367C: hue angle of 219.25º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11367C is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 54 | 124 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.51 |
| HSL | 219.25º | 0.76% | 0.28% | - |
| HSV(B) | 219.25º | 0.86% | 0.49% | - |
| XYZ | 5.19 | 4.21 | 19.61 | - |
| YUV | 50.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 124 | 0.86 | 0.56 | 0 | 0.51 | 219.25 | 0.76 | 0.28 |
| Hex | 11 | 36 | 7C | 56 | 38 | 0 | 33 | DB | 4C | 1C |
| Octal | 21 | 66 | 174 | 126 | 70 | 0 | 63 | 333 | 114 | 34 |
| Binary | 10001 | 110110 | 1111100 | 1010110 | 111000 | 0 | 110011 | 11011011 | 1001100 | 11100 |
Color Harmonies of #11367C
Complementary color
Monochromatic Colors of #11367C
Black with #11367C
Text Example
Text Example
White with #11367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11367C; }
p { color: rgb(17,54,124); }
H1.HeaderClassName
{
color: #11367C;
}
.AnyTagClassName
{
color: #11367C;
}
</style>
background-color css
<style>
a { background-color: #11367C; }
a { background-color: rgb(17,54,124); }
div.DivClassName
{
background-color: #11367C;
}
.BgClassName
{
background-color: #11367C;
}
</style>
border-color css
<style>
span { border-color: #11367C; }
span { border-color: rgb(17,54,124); }
td.TdClassName
{
border-color: #11367C;
}
.TagClassName
{
border-color: #11367C;
}
</style>