Shades of Dark Cerulean #16377C
Tints of Dark Cerulean #16377C
RGB
CMYK
RGB Variations
Color information
#16377C (or 0x16377C) is known color: Dark Cerulean. HEX triplet: 16, 37 and 7C. RGB value is (22,55,124). Sum of RGB (Red+Green+Blue) = 22+55+124=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #16377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16377C is #E9C883. Grayscale: #343434. Windows color (decimal): -15321220 or 8140566. OLE color: 8140566.
HSL color Cylindrical-coordinate representation of color #16377C: hue angle of 220.59º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16377C is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 55 | 124 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.51 |
| HSL | 220.59º | 0.7% | 0.29% | - |
| HSV(B) | 220.59º | 0.82% | 0.49% | - |
| XYZ | 5.34 | 4.36 | 19.63 | - |
| YUV | 53 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 124 | 0.82 | 0.56 | 0 | 0.51 | 220.59 | 0.7 | 0.29 |
| Hex | 16 | 37 | 7C | 52 | 38 | 0 | 33 | DD | 46 | 1D |
| Octal | 26 | 67 | 174 | 122 | 70 | 0 | 63 | 335 | 106 | 35 |
| Binary | 10110 | 110111 | 1111100 | 1010010 | 111000 | 0 | 110011 | 11011101 | 1000110 | 11101 |
Color Harmonies of #16377C
Complementary color
Monochromatic Colors of #16377C
Black with #16377C
Text Example
Text Example
White with #16377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16377C; }
p { color: rgb(22,55,124); }
H1.HeaderClassName
{
color: #16377C;
}
.AnyTagClassName
{
color: #16377C;
}
</style>
background-color css
<style>
a { background-color: #16377C; }
a { background-color: rgb(22,55,124); }
div.DivClassName
{
background-color: #16377C;
}
.BgClassName
{
background-color: #16377C;
}
</style>
border-color css
<style>
span { border-color: #16377C; }
span { border-color: rgb(22,55,124); }
td.TdClassName
{
border-color: #16377C;
}
.TagClassName
{
border-color: #16377C;
}
</style>