Shades of Dark Cerulean #16367E
Tints of Dark Cerulean #16367E
RGB
CMYK
RGB Variations
Color information
#16367E (or 0x16367E) is known color: Dark Cerulean. HEX triplet: 16, 36 and 7E. RGB value is (22,54,126). Sum of RGB (Red+Green+Blue) = 22+54+126=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #16367E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16367E is #E9C981. Grayscale: #343434. Windows color (decimal): -15321474 or 8271382. OLE color: 8271382.
HSL color Cylindrical-coordinate representation of color #16367E: hue angle of 221.54º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16367E is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 54 | 126 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.51 |
| HSL | 221.54º | 0.7% | 0.29% | - |
| HSV(B) | 221.54º | 0.83% | 0.49% | - |
| XYZ | 5.42 | 4.32 | 20.29 | - |
| YUV | 52.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 126 | 0.83 | 0.57 | 0 | 0.51 | 221.54 | 0.7 | 0.29 |
| Hex | 16 | 36 | 7E | 53 | 39 | 0 | 33 | DE | 46 | 1D |
| Octal | 26 | 66 | 176 | 123 | 71 | 0 | 63 | 336 | 106 | 35 |
| Binary | 10110 | 110110 | 1111110 | 1010011 | 111001 | 0 | 110011 | 11011110 | 1000110 | 11101 |
Color Harmonies of #16367E
Complementary color
Monochromatic Colors of #16367E
Black with #16367E
Text Example
Text Example
White with #16367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16367E; }
p { color: rgb(22,54,126); }
H1.HeaderClassName
{
color: #16367E;
}
.AnyTagClassName
{
color: #16367E;
}
</style>
background-color css
<style>
a { background-color: #16367E; }
a { background-color: rgb(22,54,126); }
div.DivClassName
{
background-color: #16367E;
}
.BgClassName
{
background-color: #16367E;
}
</style>
border-color css
<style>
span { border-color: #16367E; }
span { border-color: rgb(22,54,126); }
td.TdClassName
{
border-color: #16367E;
}
.TagClassName
{
border-color: #16367E;
}
</style>