Shades of Dark Cerulean #14417E
Tints of Dark Cerulean #14417E
RGB
CMYK
RGB Variations
Color information
#14417E (or 0x14417E) is known color: Dark Cerulean. HEX triplet: 14, 41 and 7E. RGB value is (20,65,126). Sum of RGB (Red+Green+Blue) = 20+65+126=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #14417E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14417E is #EBBE81. Grayscale: #3A3A3A. Windows color (decimal): -15449730 or 8274196. OLE color: 8274196.
HSL color Cylindrical-coordinate representation of color #14417E: hue angle of 214.53º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14417E is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 65 | 126 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.51 |
| HSL | 214.53º | 0.73% | 0.29% | - |
| HSV(B) | 214.53º | 0.84% | 0.49% | - |
| XYZ | 5.94 | 5.44 | 20.47 | - |
| YUV | 58.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 126 | 0.84 | 0.48 | 0 | 0.51 | 214.53 | 0.73 | 0.29 |
| Hex | 14 | 41 | 7E | 54 | 30 | 0 | 33 | D7 | 49 | 1D |
| Octal | 24 | 101 | 176 | 124 | 60 | 0 | 63 | 327 | 111 | 35 |
| Binary | 10100 | 1000001 | 1111110 | 1010100 | 110000 | 0 | 110011 | 11010111 | 1001001 | 11101 |
Color Harmonies of #14417E
Complementary color
Monochromatic Colors of #14417E
Black with #14417E
Text Example
Text Example
White with #14417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14417E; }
p { color: rgb(20,65,126); }
H1.HeaderClassName
{
color: #14417E;
}
.AnyTagClassName
{
color: #14417E;
}
</style>
background-color css
<style>
a { background-color: #14417E; }
a { background-color: rgb(20,65,126); }
div.DivClassName
{
background-color: #14417E;
}
.BgClassName
{
background-color: #14417E;
}
</style>
border-color css
<style>
span { border-color: #14417E; }
span { border-color: rgb(20,65,126); }
td.TdClassName
{
border-color: #14417E;
}
.TagClassName
{
border-color: #14417E;
}
</style>