Shades of Dark Cerulean #16387A
Tints of Dark Cerulean #16387A
RGB
CMYK
RGB Variations
Color information
#16387A (or 0x16387A) is known color: Dark Cerulean. HEX triplet: 16, 38 and 7A. RGB value is (22,56,122). Sum of RGB (Red+Green+Blue) = 22+56+122=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #16387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16387A is #E9C785. Grayscale: #353535. Windows color (decimal): -15320966 or 8009750. OLE color: 8009750.
HSL color Cylindrical-coordinate representation of color #16387A: hue angle of 219.6º 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 #16387A is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 56 | 122 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.52 |
| HSL | 219.6º | 0.69% | 0.28% | - |
| HSV(B) | 219.6º | 0.82% | 0.48% | - |
| XYZ | 5.26 | 4.4 | 18.99 | - |
| YUV | 53.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 122 | 0.82 | 0.54 | 0 | 0.52 | 219.6 | 0.69 | 0.28 |
| Hex | 16 | 38 | 7A | 52 | 36 | 0 | 34 | DC | 45 | 1C |
| Octal | 26 | 70 | 172 | 122 | 66 | 0 | 64 | 334 | 105 | 34 |
| Binary | 10110 | 111000 | 1111010 | 1010010 | 110110 | 0 | 110100 | 11011100 | 1000101 | 11100 |
Color Harmonies of #16387A
Complementary color
Monochromatic Colors of #16387A
Black with #16387A
Text Example
Text Example
White with #16387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16387A; }
p { color: rgb(22,56,122); }
H1.HeaderClassName
{
color: #16387A;
}
.AnyTagClassName
{
color: #16387A;
}
</style>
background-color css
<style>
a { background-color: #16387A; }
a { background-color: rgb(22,56,122); }
div.DivClassName
{
background-color: #16387A;
}
.BgClassName
{
background-color: #16387A;
}
</style>
border-color css
<style>
span { border-color: #16387A; }
span { border-color: rgb(22,56,122); }
td.TdClassName
{
border-color: #16387A;
}
.TagClassName
{
border-color: #16387A;
}
</style>