Shades of Dark Cerulean #14387E
Tints of Dark Cerulean #14387E
RGB
CMYK
RGB Variations
Color information
#14387E (or 0x14387E) is known color: Dark Cerulean. HEX triplet: 14, 38 and 7E. RGB value is (20,56,126). Sum of RGB (Red+Green+Blue) = 20+56+126=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #14387E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14387E is #EBC781. Grayscale: #343434. Windows color (decimal): -15452034 or 8271892. OLE color: 8271892.
HSL color Cylindrical-coordinate representation of color #14387E: hue angle of 219.62º 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 #14387E is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 56 | 126 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.51 |
| HSL | 219.62º | 0.73% | 0.29% | - |
| HSV(B) | 219.62º | 0.84% | 0.49% | - |
| XYZ | 5.47 | 4.48 | 20.32 | - |
| YUV | 53.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 126 | 0.84 | 0.56 | 0 | 0.51 | 219.62 | 0.73 | 0.29 |
| Hex | 14 | 38 | 7E | 54 | 38 | 0 | 33 | DC | 49 | 1D |
| Octal | 24 | 70 | 176 | 124 | 70 | 0 | 63 | 334 | 111 | 35 |
| Binary | 10100 | 111000 | 1111110 | 1010100 | 111000 | 0 | 110011 | 11011100 | 1001001 | 11101 |
Color Harmonies of #14387E
Complementary color
Monochromatic Colors of #14387E
Black with #14387E
Text Example
Text Example
White with #14387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14387E; }
p { color: rgb(20,56,126); }
H1.HeaderClassName
{
color: #14387E;
}
.AnyTagClassName
{
color: #14387E;
}
</style>
background-color css
<style>
a { background-color: #14387E; }
a { background-color: rgb(20,56,126); }
div.DivClassName
{
background-color: #14387E;
}
.BgClassName
{
background-color: #14387E;
}
</style>
border-color css
<style>
span { border-color: #14387E; }
span { border-color: rgb(20,56,126); }
td.TdClassName
{
border-color: #14387E;
}
.TagClassName
{
border-color: #14387E;
}
</style>