Shades of Dark Cerulean #14488C
Tints of Dark Cerulean #14488C
RGB
CMYK
RGB Variations
Color information
#14488C (or 0x14488C) is known color: Dark Cerulean. HEX triplet: 14, 48 and 8C. RGB value is (20,72,140). Sum of RGB (Red+Green+Blue) = 20+72+140=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #14488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14488C is #EBB773. Grayscale: #3F3F3F. Windows color (decimal): -15447924 or 9193492. OLE color: 9193492.
HSL color Cylindrical-coordinate representation of color #14488C: hue angle of 214º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14488C is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 72 | 140 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.45 |
| HSL | 214º | 0.75% | 0.31% | - |
| HSV(B) | 214º | 0.86% | 0.55% | - |
| XYZ | 7.34 | 6.68 | 25.71 | - |
| YUV | 64.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 140 | 0.86 | 0.49 | 0 | 0.45 | 214 | 0.75 | 0.31 |
| Hex | 14 | 48 | 8C | 56 | 31 | 0 | 2D | D6 | 4B | 1F |
| Octal | 24 | 110 | 214 | 126 | 61 | 0 | 55 | 326 | 113 | 37 |
| Binary | 10100 | 1001000 | 10001100 | 1010110 | 110001 | 0 | 101101 | 11010110 | 1001011 | 11111 |
Color Harmonies of #14488C
Complementary color
Monochromatic Colors of #14488C
Black with #14488C
Text Example
Text Example
White with #14488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14488C; }
p { color: rgb(20,72,140); }
H1.HeaderClassName
{
color: #14488C;
}
.AnyTagClassName
{
color: #14488C;
}
</style>
background-color css
<style>
a { background-color: #14488C; }
a { background-color: rgb(20,72,140); }
div.DivClassName
{
background-color: #14488C;
}
.BgClassName
{
background-color: #14488C;
}
</style>
border-color css
<style>
span { border-color: #14488C; }
span { border-color: rgb(20,72,140); }
td.TdClassName
{
border-color: #14488C;
}
.TagClassName
{
border-color: #14488C;
}
</style>