Shades of Dark Cerulean #14438D
Tints of Dark Cerulean #14438D
RGB
CMYK
RGB Variations
Color information
#14438D (or 0x14438D) is known color: Dark Cerulean. HEX triplet: 14, 43 and 8D. RGB value is (20,67,141). Sum of RGB (Red+Green+Blue) = 20+67+141=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #14438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14438D is #EBBC72. Grayscale: #3D3D3D. Windows color (decimal): -15449203 or 9257748. OLE color: 9257748.
HSL color Cylindrical-coordinate representation of color #14438D: hue angle of 216.69º 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 #14438D is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 67 | 141 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.45 |
| HSL | 216.69º | 0.75% | 0.32% | - |
| HSV(B) | 216.69º | 0.86% | 0.55% | - |
| XYZ | 7.1 | 6.09 | 26 | - |
| YUV | 61.38 | 172.93 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 141 | 0.86 | 0.52 | 0 | 0.45 | 216.69 | 0.75 | 0.32 |
| Hex | 14 | 43 | 8D | 56 | 34 | 0 | 2D | D9 | 4B | 20 |
| Octal | 24 | 103 | 215 | 126 | 64 | 0 | 55 | 331 | 113 | 40 |
| Binary | 10100 | 1000011 | 10001101 | 1010110 | 110100 | 0 | 101101 | 11011001 | 1001011 | 100000 |
Color Harmonies of #14438D
Complementary color
Monochromatic Colors of #14438D
Black with #14438D
Text Example
Text Example
White with #14438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14438D; }
p { color: rgb(20,67,141); }
H1.HeaderClassName
{
color: #14438D;
}
.AnyTagClassName
{
color: #14438D;
}
</style>
background-color css
<style>
a { background-color: #14438D; }
a { background-color: rgb(20,67,141); }
div.DivClassName
{
background-color: #14438D;
}
.BgClassName
{
background-color: #14438D;
}
</style>
border-color css
<style>
span { border-color: #14438D; }
span { border-color: rgb(20,67,141); }
td.TdClassName
{
border-color: #14438D;
}
.TagClassName
{
border-color: #14438D;
}
</style>