Shades of Dark Cerulean #16448A
Tints of Dark Cerulean #16448A
RGB
CMYK
RGB Variations
Color information
#16448A (or 0x16448A) is known color: Dark Cerulean. HEX triplet: 16, 44 and 8A. RGB value is (22,68,138). Sum of RGB (Red+Green+Blue) = 22+68+138=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #16448A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16448A is #E9BB75. Grayscale: #3D3D3D. Windows color (decimal): -15317878 or 9061398. OLE color: 9061398.
HSL color Cylindrical-coordinate representation of color #16448A: hue angle of 216.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16448A is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 68 | 138 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.46 |
| HSL | 216.21º | 0.73% | 0.31% | - |
| HSV(B) | 216.21º | 0.84% | 0.54% | - |
| XYZ | 6.99 | 6.14 | 24.86 | - |
| YUV | 62.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 138 | 0.84 | 0.51 | 0 | 0.46 | 216.21 | 0.73 | 0.31 |
| Hex | 16 | 44 | 8A | 54 | 33 | 0 | 2E | D8 | 48 | 1F |
| Octal | 26 | 104 | 212 | 124 | 63 | 0 | 56 | 330 | 110 | 37 |
| Binary | 10110 | 1000100 | 10001010 | 1010100 | 110011 | 0 | 101110 | 11011000 | 1001000 | 11111 |
Color Harmonies of #16448A
Complementary color
Monochromatic Colors of #16448A
Black with #16448A
Text Example
Text Example
White with #16448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16448A; }
p { color: rgb(22,68,138); }
H1.HeaderClassName
{
color: #16448A;
}
.AnyTagClassName
{
color: #16448A;
}
</style>
background-color css
<style>
a { background-color: #16448A; }
a { background-color: rgb(22,68,138); }
div.DivClassName
{
background-color: #16448A;
}
.BgClassName
{
background-color: #16448A;
}
</style>
border-color css
<style>
span { border-color: #16448A; }
span { border-color: rgb(22,68,138); }
td.TdClassName
{
border-color: #16448A;
}
.TagClassName
{
border-color: #16448A;
}
</style>