Shades of Dark Cerulean #11498B
Tints of Dark Cerulean #11498B
RGB
CMYK
RGB Variations
Color information
#11498B (or 0x11498B) is known color: Dark Cerulean. HEX triplet: 11, 49 and 8B. RGB value is (17,73,139). Sum of RGB (Red+Green+Blue) = 17+73+139=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #11498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11498B is #EEB674. Grayscale: #3F3F3F. Windows color (decimal): -15644277 or 9128209. OLE color: 9128209.
HSL color Cylindrical-coordinate representation of color #11498B: hue angle of 212.46º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11498B is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 73 | 139 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.45 |
| HSL | 212.46º | 0.78% | 0.31% | - |
| HSV(B) | 212.46º | 0.88% | 0.55% | - |
| XYZ | 7.27 | 6.75 | 25.35 | - |
| YUV | 63.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 139 | 0.88 | 0.47 | 0 | 0.45 | 212.46 | 0.78 | 0.31 |
| Hex | 11 | 49 | 8B | 58 | 2F | 0 | 2D | D4 | 4E | 1F |
| Octal | 21 | 111 | 213 | 130 | 57 | 0 | 55 | 324 | 116 | 37 |
| Binary | 10001 | 1001001 | 10001011 | 1011000 | 101111 | 0 | 101101 | 11010100 | 1001110 | 11111 |
Color Harmonies of #11498B
Complementary color
Monochromatic Colors of #11498B
Black with #11498B
Text Example
Text Example
White with #11498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11498B; }
p { color: rgb(17,73,139); }
H1.HeaderClassName
{
color: #11498B;
}
.AnyTagClassName
{
color: #11498B;
}
</style>
background-color css
<style>
a { background-color: #11498B; }
a { background-color: rgb(17,73,139); }
div.DivClassName
{
background-color: #11498B;
}
.BgClassName
{
background-color: #11498B;
}
</style>
border-color css
<style>
span { border-color: #11498B; }
span { border-color: rgb(17,73,139); }
td.TdClassName
{
border-color: #11498B;
}
.TagClassName
{
border-color: #11498B;
}
</style>