Shades of Dark Cerulean #14347E
Tints of Dark Cerulean #14347E
RGB
CMYK
RGB Variations
Color information
#14347E (or 0x14347E) is known color: Dark Cerulean. HEX triplet: 14, 34 and 7E. RGB value is (20,52,126). Sum of RGB (Red+Green+Blue) = 20+52+126=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #14347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14347E is #EBCB81. Grayscale: #323232. Windows color (decimal): -15453058 or 8270868. OLE color: 8270868.
HSL color Cylindrical-coordinate representation of color #14347E: hue angle of 221.89º 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 #14347E is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 52 | 126 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.51 |
| HSL | 221.89º | 0.73% | 0.29% | - |
| HSV(B) | 221.89º | 0.84% | 0.49% | - |
| XYZ | 5.28 | 4.11 | 20.25 | - |
| YUV | 50.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 126 | 0.84 | 0.59 | 0 | 0.51 | 221.89 | 0.73 | 0.29 |
| Hex | 14 | 34 | 7E | 54 | 3B | 0 | 33 | DE | 49 | 1D |
| Octal | 24 | 64 | 176 | 124 | 73 | 0 | 63 | 336 | 111 | 35 |
| Binary | 10100 | 110100 | 1111110 | 1010100 | 111011 | 0 | 110011 | 11011110 | 1001001 | 11101 |
Color Harmonies of #14347E
Complementary color
Monochromatic Colors of #14347E
Black with #14347E
Text Example
Text Example
White with #14347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14347E; }
p { color: rgb(20,52,126); }
H1.HeaderClassName
{
color: #14347E;
}
.AnyTagClassName
{
color: #14347E;
}
</style>
background-color css
<style>
a { background-color: #14347E; }
a { background-color: rgb(20,52,126); }
div.DivClassName
{
background-color: #14347E;
}
.BgClassName
{
background-color: #14347E;
}
</style>
border-color css
<style>
span { border-color: #14347E; }
span { border-color: rgb(20,52,126); }
td.TdClassName
{
border-color: #14347E;
}
.TagClassName
{
border-color: #14347E;
}
</style>