Shades of Dark Cerulean #16407A
Tints of Dark Cerulean #16407A
RGB
CMYK
RGB Variations
Color information
#16407A (or 0x16407A) is known color: Dark Cerulean. HEX triplet: 16, 40 and 7A. RGB value is (22,64,122). Sum of RGB (Red+Green+Blue) = 22+64+122=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #16407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16407A is #E9BF85. Grayscale: #393939. Windows color (decimal): -15318918 or 8011798. OLE color: 8011798.
HSL color Cylindrical-coordinate representation of color #16407A: hue angle of 214.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16407A is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 64 | 122 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.52 |
| HSL | 214.8º | 0.69% | 0.28% | - |
| HSV(B) | 214.8º | 0.82% | 0.48% | - |
| XYZ | 5.68 | 5.24 | 19.13 | - |
| YUV | 58.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 122 | 0.82 | 0.48 | 0 | 0.52 | 214.8 | 0.69 | 0.28 |
| Hex | 16 | 40 | 7A | 52 | 30 | 0 | 34 | D7 | 45 | 1C |
| Octal | 26 | 100 | 172 | 122 | 60 | 0 | 64 | 327 | 105 | 34 |
| Binary | 10110 | 1000000 | 1111010 | 1010010 | 110000 | 0 | 110100 | 11010111 | 1000101 | 11100 |
Color Harmonies of #16407A
Complementary color
Monochromatic Colors of #16407A
Black with #16407A
Text Example
Text Example
White with #16407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16407A; }
p { color: rgb(22,64,122); }
H1.HeaderClassName
{
color: #16407A;
}
.AnyTagClassName
{
color: #16407A;
}
</style>
background-color css
<style>
a { background-color: #16407A; }
a { background-color: rgb(22,64,122); }
div.DivClassName
{
background-color: #16407A;
}
.BgClassName
{
background-color: #16407A;
}
</style>
border-color css
<style>
span { border-color: #16407A; }
span { border-color: rgb(22,64,122); }
td.TdClassName
{
border-color: #16407A;
}
.TagClassName
{
border-color: #16407A;
}
</style>