Shades of Dark Cerulean #163B7D
Tints of Dark Cerulean #163B7D
RGB
CMYK
RGB Variations
Color information
#163B7D (or 0x163B7D) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7D. RGB value is (22,59,125). Sum of RGB (Red+Green+Blue) = 22+59+125=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #163B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7D is #E9C482. Grayscale: #373737. Windows color (decimal): -15320195 or 8207126. OLE color: 8207126.
HSL color Cylindrical-coordinate representation of color #163B7D: hue angle of 218.45º 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 #163B7D is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 59 | 125 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.51 |
| HSL | 218.45º | 0.7% | 0.29% | - |
| HSV(B) | 218.45º | 0.82% | 0.49% | - |
| XYZ | 5.6 | 4.78 | 20.03 | - |
| YUV | 55.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 125 | 0.82 | 0.53 | 0 | 0.51 | 218.45 | 0.7 | 0.29 |
| Hex | 16 | 3B | 7D | 52 | 35 | 0 | 33 | DA | 46 | 1D |
| Octal | 26 | 73 | 175 | 122 | 65 | 0 | 63 | 332 | 106 | 35 |
| Binary | 10110 | 111011 | 1111101 | 1010010 | 110101 | 0 | 110011 | 11011010 | 1000110 | 11101 |
Color Harmonies of #163B7D
Complementary color
Monochromatic Colors of #163B7D
Black with #163B7D
Text Example
Text Example
White with #163B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B7D; }
p { color: rgb(22,59,125); }
H1.HeaderClassName
{
color: #163B7D;
}
.AnyTagClassName
{
color: #163B7D;
}
</style>
background-color css
<style>
a { background-color: #163B7D; }
a { background-color: rgb(22,59,125); }
div.DivClassName
{
background-color: #163B7D;
}
.BgClassName
{
background-color: #163B7D;
}
</style>
border-color css
<style>
span { border-color: #163B7D; }
span { border-color: rgb(22,59,125); }
td.TdClassName
{
border-color: #163B7D;
}
.TagClassName
{
border-color: #163B7D;
}
</style>