Shades of Dark Cerulean #16377B
Tints of Dark Cerulean #16377B
RGB
CMYK
RGB Variations
Color information
#16377B (or 0x16377B) is known color: Dark Cerulean. HEX triplet: 16, 37 and 7B. RGB value is (22,55,123). Sum of RGB (Red+Green+Blue) = 22+55+123=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #16377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16377B is #E9C884. Grayscale: #343434. Windows color (decimal): -15321221 or 8075030. OLE color: 8075030.
HSL color Cylindrical-coordinate representation of color #16377B: hue angle of 220.4º degrees, saturation: 0.7, 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 #16377B is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 55 | 123 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.52 |
| HSL | 220.4º | 0.7% | 0.28% | - |
| HSV(B) | 220.4º | 0.82% | 0.48% | - |
| XYZ | 5.27 | 4.33 | 19.3 | - |
| YUV | 52.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 123 | 0.82 | 0.55 | 0 | 0.52 | 220.4 | 0.7 | 0.28 |
| Hex | 16 | 37 | 7B | 52 | 37 | 0 | 34 | DC | 46 | 1C |
| Octal | 26 | 67 | 173 | 122 | 67 | 0 | 64 | 334 | 106 | 34 |
| Binary | 10110 | 110111 | 1111011 | 1010010 | 110111 | 0 | 110100 | 11011100 | 1000110 | 11100 |
Color Harmonies of #16377B
Complementary color
Monochromatic Colors of #16377B
Black with #16377B
Text Example
Text Example
White with #16377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16377B; }
p { color: rgb(22,55,123); }
H1.HeaderClassName
{
color: #16377B;
}
.AnyTagClassName
{
color: #16377B;
}
</style>
background-color css
<style>
a { background-color: #16377B; }
a { background-color: rgb(22,55,123); }
div.DivClassName
{
background-color: #16377B;
}
.BgClassName
{
background-color: #16377B;
}
</style>
border-color css
<style>
span { border-color: #16377B; }
span { border-color: rgb(22,55,123); }
td.TdClassName
{
border-color: #16377B;
}
.TagClassName
{
border-color: #16377B;
}
</style>