Shades of Dark Cerulean #193F7D
Tints of Dark Cerulean #193F7D
RGB
CMYK
RGB Variations
Color information
#193F7D (or 0x193F7D) is known color: Dark Cerulean. HEX triplet: 19, 3F and 7D. RGB value is (25,63,125). Sum of RGB (Red+Green+Blue) = 25+63+125=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #193F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F7D is #E6C082. Grayscale: #3A3A3A. Windows color (decimal): -15122563 or 8208153. OLE color: 8208153.
HSL color Cylindrical-coordinate representation of color #193F7D: hue angle of 217.2º degrees, saturation: 0.67, 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 #193F7D is Cyan = 0.8, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 63 | 125 | - |
| CMYK | 0.8 | 0.50 | 0 | 0.51 |
| HSL | 217.2º | 0.67% | 0.29% | - |
| HSV(B) | 217.2º | 0.8% | 0.49% | - |
| XYZ | 5.88 | 5.24 | 20.1 | - |
| YUV | 58.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 125 | 0.8 | 0.50 | 0 | 0.51 | 217.2 | 0.67 | 0.29 |
| Hex | 19 | 3F | 7D | 50 | 32 | 0 | 33 | D9 | 43 | 1D |
| Octal | 31 | 77 | 175 | 120 | 62 | 0 | 63 | 331 | 103 | 35 |
| Binary | 11001 | 111111 | 1111101 | 1010000 | 110010 | 0 | 110011 | 11011001 | 1000011 | 11101 |
Color Harmonies of #193F7D
Complementary color
Monochromatic Colors of #193F7D
Black with #193F7D
Text Example
Text Example
White with #193F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F7D; }
p { color: rgb(25,63,125); }
H1.HeaderClassName
{
color: #193F7D;
}
.AnyTagClassName
{
color: #193F7D;
}
</style>
background-color css
<style>
a { background-color: #193F7D; }
a { background-color: rgb(25,63,125); }
div.DivClassName
{
background-color: #193F7D;
}
.BgClassName
{
background-color: #193F7D;
}
</style>
border-color css
<style>
span { border-color: #193F7D; }
span { border-color: rgb(25,63,125); }
td.TdClassName
{
border-color: #193F7D;
}
.TagClassName
{
border-color: #193F7D;
}
</style>