Shades of Dark Cerulean #14367A
Tints of Dark Cerulean #14367A
RGB
CMYK
RGB Variations
Color information
#14367A (or 0x14367A) is known color: Dark Cerulean. HEX triplet: 14, 36 and 7A. RGB value is (20,54,122). Sum of RGB (Red+Green+Blue) = 20+54+122=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #14367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14367A is #EBC985. Grayscale: #333333. Windows color (decimal): -15452550 or 8009236. OLE color: 8009236.
HSL color Cylindrical-coordinate representation of color #14367A: hue angle of 220º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14367A is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 54 | 122 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.52 |
| HSL | 220º | 0.72% | 0.28% | - |
| HSV(B) | 220º | 0.84% | 0.48% | - |
| XYZ | 5.12 | 4.19 | 18.95 | - |
| YUV | 51.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 122 | 0.84 | 0.56 | 0 | 0.52 | 220 | 0.72 | 0.28 |
| Hex | 14 | 36 | 7A | 54 | 38 | 0 | 34 | DC | 48 | 1C |
| Octal | 24 | 66 | 172 | 124 | 70 | 0 | 64 | 334 | 110 | 34 |
| Binary | 10100 | 110110 | 1111010 | 1010100 | 111000 | 0 | 110100 | 11011100 | 1001000 | 11100 |
Color Harmonies of #14367A
Complementary color
Monochromatic Colors of #14367A
Black with #14367A
Text Example
Text Example
White with #14367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14367A; }
p { color: rgb(20,54,122); }
H1.HeaderClassName
{
color: #14367A;
}
.AnyTagClassName
{
color: #14367A;
}
</style>
background-color css
<style>
a { background-color: #14367A; }
a { background-color: rgb(20,54,122); }
div.DivClassName
{
background-color: #14367A;
}
.BgClassName
{
background-color: #14367A;
}
</style>
border-color css
<style>
span { border-color: #14367A; }
span { border-color: rgb(20,54,122); }
td.TdClassName
{
border-color: #14367A;
}
.TagClassName
{
border-color: #14367A;
}
</style>