Shades of Dark Cerulean #193F72
Tints of Dark Cerulean #193F72
RGB
CMYK
RGB Variations
Color information
#193F72 (or 0x193F72) is known color: Dark Cerulean. HEX triplet: 19, 3F and 72. RGB value is (25,63,114). Sum of RGB (Red+Green+Blue) = 25+63+114=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #193F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F72 is #E6C08D. Grayscale: #393939. Windows color (decimal): -15122574 or 7487257. OLE color: 7487257.
HSL color Cylindrical-coordinate representation of color #193F72: hue angle of 214.38º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193F72 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 63 | 114 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.55 |
| HSL | 214.38º | 0.64% | 0.27% | - |
| HSV(B) | 214.38º | 0.78% | 0.45% | - |
| XYZ | 5.22 | 4.98 | 16.61 | - |
| YUV | 57.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 114 | 0.78 | 0.45 | 0 | 0.55 | 214.38 | 0.64 | 0.27 |
| Hex | 19 | 3F | 72 | 4E | 2D | 0 | 37 | D6 | 40 | 1B |
| Octal | 31 | 77 | 162 | 116 | 55 | 0 | 67 | 326 | 100 | 33 |
| Binary | 11001 | 111111 | 1110010 | 1001110 | 101101 | 0 | 110111 | 11010110 | 1000000 | 11011 |
Color Harmonies of #193F72
Complementary color
Monochromatic Colors of #193F72
Black with #193F72
Text Example
Text Example
White with #193F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F72; }
p { color: rgb(25,63,114); }
H1.HeaderClassName
{
color: #193F72;
}
.AnyTagClassName
{
color: #193F72;
}
</style>
background-color css
<style>
a { background-color: #193F72; }
a { background-color: rgb(25,63,114); }
div.DivClassName
{
background-color: #193F72;
}
.BgClassName
{
background-color: #193F72;
}
</style>
border-color css
<style>
span { border-color: #193F72; }
span { border-color: rgb(25,63,114); }
td.TdClassName
{
border-color: #193F72;
}
.TagClassName
{
border-color: #193F72;
}
</style>