Shades of Dark Cerulean #16397B
Tints of Dark Cerulean #16397B
RGB
CMYK
RGB Variations
Color information
#16397B (or 0x16397B) is known color: Dark Cerulean. HEX triplet: 16, 39 and 7B. RGB value is (22,57,123). Sum of RGB (Red+Green+Blue) = 22+57+123=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #16397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16397B is #E9C684. Grayscale: #353535. Windows color (decimal): -15320709 or 8075542. OLE color: 8075542.
HSL color Cylindrical-coordinate representation of color #16397B: hue angle of 219.21º 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 #16397B is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 57 | 123 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.52 |
| HSL | 219.21º | 0.7% | 0.28% | - |
| HSV(B) | 219.21º | 0.82% | 0.48% | - |
| XYZ | 5.37 | 4.53 | 19.33 | - |
| YUV | 54.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 123 | 0.82 | 0.54 | 0 | 0.52 | 219.21 | 0.7 | 0.28 |
| Hex | 16 | 39 | 7B | 52 | 36 | 0 | 34 | DB | 46 | 1C |
| Octal | 26 | 71 | 173 | 122 | 66 | 0 | 64 | 333 | 106 | 34 |
| Binary | 10110 | 111001 | 1111011 | 1010010 | 110110 | 0 | 110100 | 11011011 | 1000110 | 11100 |
Color Harmonies of #16397B
Complementary color
Monochromatic Colors of #16397B
Black with #16397B
Text Example
Text Example
White with #16397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16397B; }
p { color: rgb(22,57,123); }
H1.HeaderClassName
{
color: #16397B;
}
.AnyTagClassName
{
color: #16397B;
}
</style>
background-color css
<style>
a { background-color: #16397B; }
a { background-color: rgb(22,57,123); }
div.DivClassName
{
background-color: #16397B;
}
.BgClassName
{
background-color: #16397B;
}
</style>
border-color css
<style>
span { border-color: #16397B; }
span { border-color: rgb(22,57,123); }
td.TdClassName
{
border-color: #16397B;
}
.TagClassName
{
border-color: #16397B;
}
</style>