Shades of Dark Cerulean #193F7F
Tints of Dark Cerulean #193F7F
RGB
CMYK
RGB Variations
Color information
#193F7F (or 0x193F7F) is known color: Dark Cerulean. HEX triplet: 19, 3F and 7F. RGB value is (25,63,127). Sum of RGB (Red+Green+Blue) = 25+63+127=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #193F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F7F is #E6C080. Grayscale: #3A3A3A. Windows color (decimal): -15122561 or 8339225. OLE color: 8339225.
HSL color Cylindrical-coordinate representation of color #193F7F: hue angle of 217.65º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193F7F is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 63 | 127 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.50 |
| HSL | 217.65º | 0.67% | 0.3% | - |
| HSV(B) | 217.65º | 0.8% | 0.5% | - |
| XYZ | 6.01 | 5.29 | 20.78 | - |
| YUV | 58.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 127 | 0.80 | 0.50 | 0 | 0.50 | 217.65 | 0.67 | 0.3 |
| Hex | 19 | 3F | 7F | 50 | 32 | 0 | 32 | DA | 43 | 1E |
| Octal | 31 | 77 | 177 | 120 | 62 | 0 | 62 | 332 | 103 | 36 |
| Binary | 11001 | 111111 | 1111111 | 1010000 | 110010 | 0 | 110010 | 11011010 | 1000011 | 11110 |
Color Harmonies of #193F7F
Complementary color
Monochromatic Colors of #193F7F
Black with #193F7F
Text Example
Text Example
White with #193F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F7F; }
p { color: rgb(25,63,127); }
H1.HeaderClassName
{
color: #193F7F;
}
.AnyTagClassName
{
color: #193F7F;
}
</style>
background-color css
<style>
a { background-color: #193F7F; }
a { background-color: rgb(25,63,127); }
div.DivClassName
{
background-color: #193F7F;
}
.BgClassName
{
background-color: #193F7F;
}
</style>
border-color css
<style>
span { border-color: #193F7F; }
span { border-color: rgb(25,63,127); }
td.TdClassName
{
border-color: #193F7F;
}
.TagClassName
{
border-color: #193F7F;
}
</style>