Shades of Dark Cerulean #16367A
Tints of Dark Cerulean #16367A
RGB
CMYK
RGB Variations
Color information
#16367A (or 0x16367A) is known color: Dark Cerulean. HEX triplet: 16, 36 and 7A. RGB value is (22,54,122). Sum of RGB (Red+Green+Blue) = 22+54+122=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #16367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16367A is #E9C985. Grayscale: #333333. Windows color (decimal): -15321478 or 8009238. OLE color: 8009238.
HSL color Cylindrical-coordinate representation of color #16367A: hue angle of 220.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 #16367A is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 54 | 122 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.52 |
| HSL | 220.8º | 0.69% | 0.28% | - |
| HSV(B) | 220.8º | 0.82% | 0.48% | - |
| XYZ | 5.16 | 4.21 | 18.95 | - |
| YUV | 52.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 122 | 0.82 | 0.56 | 0 | 0.52 | 220.8 | 0.69 | 0.28 |
| Hex | 16 | 36 | 7A | 52 | 38 | 0 | 34 | DD | 45 | 1C |
| Octal | 26 | 66 | 172 | 122 | 70 | 0 | 64 | 335 | 105 | 34 |
| Binary | 10110 | 110110 | 1111010 | 1010010 | 111000 | 0 | 110100 | 11011101 | 1000101 | 11100 |
Color Harmonies of #16367A
Complementary color
Monochromatic Colors of #16367A
Black with #16367A
Text Example
Text Example
White with #16367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16367A; }
p { color: rgb(22,54,122); }
H1.HeaderClassName
{
color: #16367A;
}
.AnyTagClassName
{
color: #16367A;
}
</style>
background-color css
<style>
a { background-color: #16367A; }
a { background-color: rgb(22,54,122); }
div.DivClassName
{
background-color: #16367A;
}
.BgClassName
{
background-color: #16367A;
}
</style>
border-color css
<style>
span { border-color: #16367A; }
span { border-color: rgb(22,54,122); }
td.TdClassName
{
border-color: #16367A;
}
.TagClassName
{
border-color: #16367A;
}
</style>