Shades of Dark Cerulean #14417C
Tints of Dark Cerulean #14417C
RGB
CMYK
RGB Variations
Color information
#14417C (or 0x14417C) is known color: Dark Cerulean. HEX triplet: 14, 41 and 7C. RGB value is (20,65,124). Sum of RGB (Red+Green+Blue) = 20+65+124=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #14417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14417C is #EBBE83. Grayscale: #393939. Windows color (decimal): -15449732 or 8143124. OLE color: 8143124.
HSL color Cylindrical-coordinate representation of color #14417C: hue angle of 214.04º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14417C is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 65 | 124 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.51 |
| HSL | 214.04º | 0.72% | 0.28% | - |
| HSV(B) | 214.04º | 0.84% | 0.49% | - |
| XYZ | 5.82 | 5.38 | 19.8 | - |
| YUV | 58.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 124 | 0.84 | 0.48 | 0 | 0.51 | 214.04 | 0.72 | 0.28 |
| Hex | 14 | 41 | 7C | 54 | 30 | 0 | 33 | D6 | 48 | 1C |
| Octal | 24 | 101 | 174 | 124 | 60 | 0 | 63 | 326 | 110 | 34 |
| Binary | 10100 | 1000001 | 1111100 | 1010100 | 110000 | 0 | 110011 | 11010110 | 1001000 | 11100 |
Color Harmonies of #14417C
Complementary color
Monochromatic Colors of #14417C
Black with #14417C
Text Example
Text Example
White with #14417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14417C; }
p { color: rgb(20,65,124); }
H1.HeaderClassName
{
color: #14417C;
}
.AnyTagClassName
{
color: #14417C;
}
</style>
background-color css
<style>
a { background-color: #14417C; }
a { background-color: rgb(20,65,124); }
div.DivClassName
{
background-color: #14417C;
}
.BgClassName
{
background-color: #14417C;
}
</style>
border-color css
<style>
span { border-color: #14417C; }
span { border-color: rgb(20,65,124); }
td.TdClassName
{
border-color: #14417C;
}
.TagClassName
{
border-color: #14417C;
}
</style>