Shades of Dark Cerulean #115379
Tints of Dark Cerulean #115379
RGB
CMYK
RGB Variations
Color information
#115379 (or 0x115379) is known color: Dark Cerulean. HEX triplet: 11, 53 and 79. RGB value is (17,83,121). Sum of RGB (Red+Green+Blue) = 17+83+121=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #115379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115379 is #EEAC86. Grayscale: #434343. Windows color (decimal): -15641735 or 7951121. OLE color: 7951121.
HSL color Cylindrical-coordinate representation of color #115379: hue angle of 201.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115379 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 83 | 121 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.53 |
| HSL | 201.92º | 0.75% | 0.27% | - |
| HSV(B) | 201.92º | 0.86% | 0.47% | - |
| XYZ | 6.78 | 7.69 | 19.22 | - |
| YUV | 67.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 121 | 0.86 | 0.31 | 0 | 0.53 | 201.92 | 0.75 | 0.27 |
| Hex | 11 | 53 | 79 | 56 | 1F | 0 | 35 | CA | 4B | 1B |
| Octal | 21 | 123 | 171 | 126 | 37 | 0 | 65 | 312 | 113 | 33 |
| Binary | 10001 | 1010011 | 1111001 | 1010110 | 11111 | 0 | 110101 | 11001010 | 1001011 | 11011 |
Color Harmonies of #115379
Complementary color
Monochromatic Colors of #115379
Black with #115379
Text Example
Text Example
White with #115379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115379; }
p { color: rgb(17,83,121); }
H1.HeaderClassName
{
color: #115379;
}
.AnyTagClassName
{
color: #115379;
}
</style>
background-color css
<style>
a { background-color: #115379; }
a { background-color: rgb(17,83,121); }
div.DivClassName
{
background-color: #115379;
}
.BgClassName
{
background-color: #115379;
}
</style>
border-color css
<style>
span { border-color: #115379; }
span { border-color: rgb(17,83,121); }
td.TdClassName
{
border-color: #115379;
}
.TagClassName
{
border-color: #115379;
}
</style>