Shades of Dark Cerulean #193F7C
Tints of Dark Cerulean #193F7C
RGB
CMYK
RGB Variations
Color information
#193F7C (or 0x193F7C) is known color: Dark Cerulean. HEX triplet: 19, 3F and 7C. RGB value is (25,63,124). Sum of RGB (Red+Green+Blue) = 25+63+124=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #193F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F7C is #E6C083. Grayscale: #3A3A3A. Windows color (decimal): -15122564 or 8142617. OLE color: 8142617.
HSL color Cylindrical-coordinate representation of color #193F7C: hue angle of 216.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193F7C is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 63 | 124 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.51 |
| HSL | 216.97º | 0.66% | 0.29% | - |
| HSV(B) | 216.97º | 0.8% | 0.49% | - |
| XYZ | 5.82 | 5.22 | 19.77 | - |
| YUV | 58.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 124 | 0.80 | 0.49 | 0 | 0.51 | 216.97 | 0.66 | 0.29 |
| Hex | 19 | 3F | 7C | 50 | 31 | 0 | 33 | D9 | 42 | 1D |
| Octal | 31 | 77 | 174 | 120 | 61 | 0 | 63 | 331 | 102 | 35 |
| Binary | 11001 | 111111 | 1111100 | 1010000 | 110001 | 0 | 110011 | 11011001 | 1000010 | 11101 |
Color Harmonies of #193F7C
Complementary color
Monochromatic Colors of #193F7C
Black with #193F7C
Text Example
Text Example
White with #193F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F7C; }
p { color: rgb(25,63,124); }
H1.HeaderClassName
{
color: #193F7C;
}
.AnyTagClassName
{
color: #193F7C;
}
</style>
background-color css
<style>
a { background-color: #193F7C; }
a { background-color: rgb(25,63,124); }
div.DivClassName
{
background-color: #193F7C;
}
.BgClassName
{
background-color: #193F7C;
}
</style>
border-color css
<style>
span { border-color: #193F7C; }
span { border-color: rgb(25,63,124); }
td.TdClassName
{
border-color: #193F7C;
}
.TagClassName
{
border-color: #193F7C;
}
</style>