Shades of Dark Cerulean #14476C
Tints of Dark Cerulean #14476C
RGB
CMYK
RGB Variations
Color information
#14476C (or 0x14476C) is known color: Dark Cerulean. HEX triplet: 14, 47 and 6C. RGB value is (20,71,108). Sum of RGB (Red+Green+Blue) = 20+71+108=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #14476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14476C is #EBB893. Grayscale: #3B3B3B. Windows color (decimal): -15448212 or 7096084. OLE color: 7096084.
HSL color Cylindrical-coordinate representation of color #14476C: hue angle of 205.23º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14476C is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 71 | 108 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.58 |
| HSL | 205.23º | 0.69% | 0.25% | - |
| HSV(B) | 205.23º | 0.81% | 0.42% | - |
| XYZ | 5.25 | 5.74 | 15.02 | - |
| YUV | 59.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 108 | 0.81 | 0.34 | 0 | 0.58 | 205.23 | 0.69 | 0.25 |
| Hex | 14 | 47 | 6C | 51 | 22 | 0 | 3A | CD | 45 | 19 |
| Octal | 24 | 107 | 154 | 121 | 42 | 0 | 72 | 315 | 105 | 31 |
| Binary | 10100 | 1000111 | 1101100 | 1010001 | 100010 | 0 | 111010 | 11001101 | 1000101 | 11001 |
Color Harmonies of #14476C
Complementary color
Monochromatic Colors of #14476C
Black with #14476C
Text Example
Text Example
White with #14476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14476C; }
p { color: rgb(20,71,108); }
H1.HeaderClassName
{
color: #14476C;
}
.AnyTagClassName
{
color: #14476C;
}
</style>
background-color css
<style>
a { background-color: #14476C; }
a { background-color: rgb(20,71,108); }
div.DivClassName
{
background-color: #14476C;
}
.BgClassName
{
background-color: #14476C;
}
</style>
border-color css
<style>
span { border-color: #14476C; }
span { border-color: rgb(20,71,108); }
td.TdClassName
{
border-color: #14476C;
}
.TagClassName
{
border-color: #14476C;
}
</style>