Shades of Dark Cerulean #14456B
Tints of Dark Cerulean #14456B
RGB
CMYK
RGB Variations
Color information
#14456B (or 0x14456B) is known color: Dark Cerulean. HEX triplet: 14, 45 and 6B. RGB value is (20,69,107). Sum of RGB (Red+Green+Blue) = 20+69+107=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #14456B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14456B is #EBBA94. Grayscale: #3A3A3A. Windows color (decimal): -15448725 or 7030036. OLE color: 7030036.
HSL color Cylindrical-coordinate representation of color #14456B: hue angle of 206.21º 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 #14456B is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 69 | 107 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.58 |
| HSL | 206.21º | 0.69% | 0.25% | - |
| HSV(B) | 206.21º | 0.81% | 0.42% | - |
| XYZ | 5.07 | 5.47 | 14.7 | - |
| YUV | 58.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 107 | 0.81 | 0.36 | 0 | 0.58 | 206.21 | 0.69 | 0.25 |
| Hex | 14 | 45 | 6B | 51 | 24 | 0 | 3A | CE | 45 | 19 |
| Octal | 24 | 105 | 153 | 121 | 44 | 0 | 72 | 316 | 105 | 31 |
| Binary | 10100 | 1000101 | 1101011 | 1010001 | 100100 | 0 | 111010 | 11001110 | 1000101 | 11001 |
Color Harmonies of #14456B
Complementary color
Monochromatic Colors of #14456B
Black with #14456B
Text Example
Text Example
White with #14456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14456B; }
p { color: rgb(20,69,107); }
H1.HeaderClassName
{
color: #14456B;
}
.AnyTagClassName
{
color: #14456B;
}
</style>
background-color css
<style>
a { background-color: #14456B; }
a { background-color: rgb(20,69,107); }
div.DivClassName
{
background-color: #14456B;
}
.BgClassName
{
background-color: #14456B;
}
</style>
border-color css
<style>
span { border-color: #14456B; }
span { border-color: rgb(20,69,107); }
td.TdClassName
{
border-color: #14456B;
}
.TagClassName
{
border-color: #14456B;
}
</style>