Shades of Dark Cerulean #163B7B
Tints of Dark Cerulean #163B7B
RGB
CMYK
RGB Variations
Color information
#163B7B (or 0x163B7B) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7B. RGB value is (22,59,123). Sum of RGB (Red+Green+Blue) = 22+59+123=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #163B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7B is #E9C484. Grayscale: #363636. Windows color (decimal): -15320197 or 8076054. OLE color: 8076054.
HSL color Cylindrical-coordinate representation of color #163B7B: hue angle of 218.02º 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 #163B7B is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 59 | 123 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.52 |
| HSL | 218.02º | 0.7% | 0.28% | - |
| HSV(B) | 218.02º | 0.82% | 0.48% | - |
| XYZ | 5.47 | 4.73 | 19.36 | - |
| YUV | 55.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 123 | 0.82 | 0.52 | 0 | 0.52 | 218.02 | 0.7 | 0.28 |
| Hex | 16 | 3B | 7B | 52 | 34 | 0 | 34 | DA | 46 | 1C |
| Octal | 26 | 73 | 173 | 122 | 64 | 0 | 64 | 332 | 106 | 34 |
| Binary | 10110 | 111011 | 1111011 | 1010010 | 110100 | 0 | 110100 | 11011010 | 1000110 | 11100 |
Color Harmonies of #163B7B
Complementary color
Monochromatic Colors of #163B7B
Black with #163B7B
Text Example
Text Example
White with #163B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B7B; }
p { color: rgb(22,59,123); }
H1.HeaderClassName
{
color: #163B7B;
}
.AnyTagClassName
{
color: #163B7B;
}
</style>
background-color css
<style>
a { background-color: #163B7B; }
a { background-color: rgb(22,59,123); }
div.DivClassName
{
background-color: #163B7B;
}
.BgClassName
{
background-color: #163B7B;
}
</style>
border-color css
<style>
span { border-color: #163B7B; }
span { border-color: rgb(22,59,123); }
td.TdClassName
{
border-color: #163B7B;
}
.TagClassName
{
border-color: #163B7B;
}
</style>