Shades of Dark Cerulean #14458D
Tints of Dark Cerulean #14458D
RGB
CMYK
RGB Variations
Color information
#14458D (or 0x14458D) is known color: Dark Cerulean. HEX triplet: 14, 45 and 8D. RGB value is (20,69,141). Sum of RGB (Red+Green+Blue) = 20+69+141=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #14458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14458D is #EBBA72. Grayscale: #3E3E3E. Windows color (decimal): -15448691 or 9258260. OLE color: 9258260.
HSL color Cylindrical-coordinate representation of color #14458D: hue angle of 215.7º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14458D is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 69 | 141 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.45 |
| HSL | 215.7º | 0.75% | 0.32% | - |
| HSV(B) | 215.7º | 0.86% | 0.55% | - |
| XYZ | 7.22 | 6.33 | 26.04 | - |
| YUV | 62.56 | 172.27 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 141 | 0.86 | 0.51 | 0 | 0.45 | 215.7 | 0.75 | 0.32 |
| Hex | 14 | 45 | 8D | 56 | 33 | 0 | 2D | D8 | 4B | 20 |
| Octal | 24 | 105 | 215 | 126 | 63 | 0 | 55 | 330 | 113 | 40 |
| Binary | 10100 | 1000101 | 10001101 | 1010110 | 110011 | 0 | 101101 | 11011000 | 1001011 | 100000 |
Color Harmonies of #14458D
Complementary color
Monochromatic Colors of #14458D
Black with #14458D
Text Example
Text Example
White with #14458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14458D; }
p { color: rgb(20,69,141); }
H1.HeaderClassName
{
color: #14458D;
}
.AnyTagClassName
{
color: #14458D;
}
</style>
background-color css
<style>
a { background-color: #14458D; }
a { background-color: rgb(20,69,141); }
div.DivClassName
{
background-color: #14458D;
}
.BgClassName
{
background-color: #14458D;
}
</style>
border-color css
<style>
span { border-color: #14458D; }
span { border-color: rgb(20,69,141); }
td.TdClassName
{
border-color: #14458D;
}
.TagClassName
{
border-color: #14458D;
}
</style>