Shades of Dark Cerulean #11437C
Tints of Dark Cerulean #11437C
RGB
CMYK
RGB Variations
Color information
#11437C (or 0x11437C) is known color: Dark Cerulean. HEX triplet: 11, 43 and 7C. RGB value is (17,67,124). Sum of RGB (Red+Green+Blue) = 17+67+124=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #11437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11437C is #EEBC83. Grayscale: #3A3A3A. Windows color (decimal): -15645828 or 8143633. OLE color: 8143633.
HSL color Cylindrical-coordinate representation of color #11437C: hue angle of 211.96º 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 #11437C is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 67 | 124 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.51 |
| HSL | 211.96º | 0.76% | 0.28% | - |
| HSV(B) | 211.96º | 0.86% | 0.49% | - |
| XYZ | 5.88 | 5.59 | 19.84 | - |
| YUV | 58.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 124 | 0.86 | 0.46 | 0 | 0.51 | 211.96 | 0.76 | 0.28 |
| Hex | 11 | 43 | 7C | 56 | 2E | 0 | 33 | D4 | 4C | 1C |
| Octal | 21 | 103 | 174 | 126 | 56 | 0 | 63 | 324 | 114 | 34 |
| Binary | 10001 | 1000011 | 1111100 | 1010110 | 101110 | 0 | 110011 | 11010100 | 1001100 | 11100 |
Color Harmonies of #11437C
Complementary color
Monochromatic Colors of #11437C
Black with #11437C
Text Example
Text Example
White with #11437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11437C; }
p { color: rgb(17,67,124); }
H1.HeaderClassName
{
color: #11437C;
}
.AnyTagClassName
{
color: #11437C;
}
</style>
background-color css
<style>
a { background-color: #11437C; }
a { background-color: rgb(17,67,124); }
div.DivClassName
{
background-color: #11437C;
}
.BgClassName
{
background-color: #11437C;
}
</style>
border-color css
<style>
span { border-color: #11437C; }
span { border-color: rgb(17,67,124); }
td.TdClassName
{
border-color: #11437C;
}
.TagClassName
{
border-color: #11437C;
}
</style>