Shades of Dark Cerulean #193F7B
Tints of Dark Cerulean #193F7B
RGB
CMYK
RGB Variations
Color information
#193F7B (or 0x193F7B) is known color: Dark Cerulean. HEX triplet: 19, 3F and 7B. RGB value is (25,63,123). Sum of RGB (Red+Green+Blue) = 25+63+123=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #193F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F7B is #E6C084. Grayscale: #3A3A3A. Windows color (decimal): -15122565 or 8077081. OLE color: 8077081.
HSL color Cylindrical-coordinate representation of color #193F7B: hue angle of 216.73º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193F7B is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 63 | 123 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.52 |
| HSL | 216.73º | 0.66% | 0.29% | - |
| HSV(B) | 216.73º | 0.8% | 0.48% | - |
| XYZ | 5.75 | 5.19 | 19.44 | - |
| YUV | 58.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 123 | 0.80 | 0.49 | 0 | 0.52 | 216.73 | 0.66 | 0.29 |
| Hex | 19 | 3F | 7B | 50 | 31 | 0 | 34 | D9 | 42 | 1D |
| Octal | 31 | 77 | 173 | 120 | 61 | 0 | 64 | 331 | 102 | 35 |
| Binary | 11001 | 111111 | 1111011 | 1010000 | 110001 | 0 | 110100 | 11011001 | 1000010 | 11101 |
Color Harmonies of #193F7B
Complementary color
Monochromatic Colors of #193F7B
Black with #193F7B
Text Example
Text Example
White with #193F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F7B; }
p { color: rgb(25,63,123); }
H1.HeaderClassName
{
color: #193F7B;
}
.AnyTagClassName
{
color: #193F7B;
}
</style>
background-color css
<style>
a { background-color: #193F7B; }
a { background-color: rgb(25,63,123); }
div.DivClassName
{
background-color: #193F7B;
}
.BgClassName
{
background-color: #193F7B;
}
</style>
border-color css
<style>
span { border-color: #193F7B; }
span { border-color: rgb(25,63,123); }
td.TdClassName
{
border-color: #193F7B;
}
.TagClassName
{
border-color: #193F7B;
}
</style>