Shades of Dark Cerulean #11436A
Tints of Dark Cerulean #11436A
RGB
CMYK
RGB Variations
Color information
#11436A (or 0x11436A) is known color: Dark Cerulean. HEX triplet: 11, 43 and 6A. RGB value is (17,67,106). Sum of RGB (Red+Green+Blue) = 17+67+106=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #11436A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11436A is #EEBC95. Grayscale: #383838. Windows color (decimal): -15645846 or 6963985. OLE color: 6963985.
HSL color Cylindrical-coordinate representation of color #11436A: hue angle of 206.29º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11436A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 67 | 106 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.58 |
| HSL | 206.29º | 0.72% | 0.24% | - |
| HSV(B) | 206.29º | 0.84% | 0.42% | - |
| XYZ | 4.84 | 5.17 | 14.38 | - |
| YUV | 56.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 106 | 0.84 | 0.37 | 0 | 0.58 | 206.29 | 0.72 | 0.24 |
| Hex | 11 | 43 | 6A | 54 | 25 | 0 | 3A | CE | 48 | 18 |
| Octal | 21 | 103 | 152 | 124 | 45 | 0 | 72 | 316 | 110 | 30 |
| Binary | 10001 | 1000011 | 1101010 | 1010100 | 100101 | 0 | 111010 | 11001110 | 1001000 | 11000 |
Color Harmonies of #11436A
Complementary color
Monochromatic Colors of #11436A
Black with #11436A
Text Example
Text Example
White with #11436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11436A; }
p { color: rgb(17,67,106); }
H1.HeaderClassName
{
color: #11436A;
}
.AnyTagClassName
{
color: #11436A;
}
</style>
background-color css
<style>
a { background-color: #11436A; }
a { background-color: rgb(17,67,106); }
div.DivClassName
{
background-color: #11436A;
}
.BgClassName
{
background-color: #11436A;
}
</style>
border-color css
<style>
span { border-color: #11436A; }
span { border-color: rgb(17,67,106); }
td.TdClassName
{
border-color: #11436A;
}
.TagClassName
{
border-color: #11436A;
}
</style>