Shades of Dark Cerulean #11457A
Tints of Dark Cerulean #11457A
RGB
CMYK
RGB Variations
Color information
#11457A (or 0x11457A) is known color: Dark Cerulean. HEX triplet: 11, 45 and 7A. RGB value is (17,69,122). Sum of RGB (Red+Green+Blue) = 17+69+122=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #11457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11457A is #EEBA85. Grayscale: #3B3B3B. Windows color (decimal): -15645318 or 8013073. OLE color: 8013073.
HSL color Cylindrical-coordinate representation of color #11457A: hue angle of 210.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11457A is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 69 | 122 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.52 |
| HSL | 210.29º | 0.76% | 0.27% | - |
| HSV(B) | 210.29º | 0.86% | 0.48% | - |
| XYZ | 5.87 | 5.78 | 19.22 | - |
| YUV | 59.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 122 | 0.86 | 0.43 | 0 | 0.52 | 210.29 | 0.76 | 0.27 |
| Hex | 11 | 45 | 7A | 56 | 2B | 0 | 34 | D2 | 4C | 1B |
| Octal | 21 | 105 | 172 | 126 | 53 | 0 | 64 | 322 | 114 | 33 |
| Binary | 10001 | 1000101 | 1111010 | 1010110 | 101011 | 0 | 110100 | 11010010 | 1001100 | 11011 |
Color Harmonies of #11457A
Complementary color
Monochromatic Colors of #11457A
Black with #11457A
Text Example
Text Example
White with #11457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11457A; }
p { color: rgb(17,69,122); }
H1.HeaderClassName
{
color: #11457A;
}
.AnyTagClassName
{
color: #11457A;
}
</style>
background-color css
<style>
a { background-color: #11457A; }
a { background-color: rgb(17,69,122); }
div.DivClassName
{
background-color: #11457A;
}
.BgClassName
{
background-color: #11457A;
}
</style>
border-color css
<style>
span { border-color: #11457A; }
span { border-color: rgb(17,69,122); }
td.TdClassName
{
border-color: #11457A;
}
.TagClassName
{
border-color: #11457A;
}
</style>