Shades of Dark Cerulean #114375
Tints of Dark Cerulean #114375
RGB
CMYK
RGB Variations
Color information
#114375 (or 0x114375) is known color: Dark Cerulean. HEX triplet: 11, 43 and 75. RGB value is (17,67,117). Sum of RGB (Red+Green+Blue) = 17+67+117=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #114375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114375 is #EEBC8A. Grayscale: #393939. Windows color (decimal): -15645835 or 7684881. OLE color: 7684881.
HSL color Cylindrical-coordinate representation of color #114375: hue angle of 210º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114375 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 67 | 117 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.54 |
| HSL | 210º | 0.75% | 0.26% | - |
| HSV(B) | 210º | 0.85% | 0.46% | - |
| XYZ | 5.45 | 5.42 | 17.59 | - |
| YUV | 57.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 117 | 0.85 | 0.43 | 0 | 0.54 | 210 | 0.75 | 0.26 |
| Hex | 11 | 43 | 75 | 55 | 2B | 0 | 36 | D2 | 4B | 1A |
| Octal | 21 | 103 | 165 | 125 | 53 | 0 | 66 | 322 | 113 | 32 |
| Binary | 10001 | 1000011 | 1110101 | 1010101 | 101011 | 0 | 110110 | 11010010 | 1001011 | 11010 |
Color Harmonies of #114375
Complementary color
Monochromatic Colors of #114375
Black with #114375
Text Example
Text Example
White with #114375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114375; }
p { color: rgb(17,67,117); }
H1.HeaderClassName
{
color: #114375;
}
.AnyTagClassName
{
color: #114375;
}
</style>
background-color css
<style>
a { background-color: #114375; }
a { background-color: rgb(17,67,117); }
div.DivClassName
{
background-color: #114375;
}
.BgClassName
{
background-color: #114375;
}
</style>
border-color css
<style>
span { border-color: #114375; }
span { border-color: rgb(17,67,117); }
td.TdClassName
{
border-color: #114375;
}
.TagClassName
{
border-color: #114375;
}
</style>