Shades of Dark Cerulean #16426D
Tints of Dark Cerulean #16426D
RGB
CMYK
RGB Variations
Color information
#16426D (or 0x16426D) is known color: Dark Cerulean. HEX triplet: 16, 42 and 6D. RGB value is (22,66,109). Sum of RGB (Red+Green+Blue) = 22+66+109=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #16426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16426D is #E9BD92. Grayscale: #393939. Windows color (decimal): -15318419 or 7160342. OLE color: 7160342.
HSL color Cylindrical-coordinate representation of color #16426D: hue angle of 209.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16426D is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 66 | 109 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.57 |
| HSL | 209.66º | 0.66% | 0.26% | - |
| HSV(B) | 209.66º | 0.8% | 0.43% | - |
| XYZ | 5.04 | 5.17 | 15.2 | - |
| YUV | 57.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 109 | 0.80 | 0.39 | 0 | 0.57 | 209.66 | 0.66 | 0.26 |
| Hex | 16 | 42 | 6D | 50 | 27 | 0 | 39 | D2 | 42 | 1A |
| Octal | 26 | 102 | 155 | 120 | 47 | 0 | 71 | 322 | 102 | 32 |
| Binary | 10110 | 1000010 | 1101101 | 1010000 | 100111 | 0 | 111001 | 11010010 | 1000010 | 11010 |
Color Harmonies of #16426D
Complementary color
Monochromatic Colors of #16426D
Black with #16426D
Text Example
Text Example
White with #16426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16426D; }
p { color: rgb(22,66,109); }
H1.HeaderClassName
{
color: #16426D;
}
.AnyTagClassName
{
color: #16426D;
}
</style>
background-color css
<style>
a { background-color: #16426D; }
a { background-color: rgb(22,66,109); }
div.DivClassName
{
background-color: #16426D;
}
.BgClassName
{
background-color: #16426D;
}
</style>
border-color css
<style>
span { border-color: #16426D; }
span { border-color: rgb(22,66,109); }
td.TdClassName
{
border-color: #16426D;
}
.TagClassName
{
border-color: #16426D;
}
</style>