Shades of Dark Cerulean #193A7D
Tints of Dark Cerulean #193A7D
RGB
CMYK
RGB Variations
Color information
#193A7D (or 0x193A7D) is known color: Dark Cerulean. HEX triplet: 19, 3A and 7D. RGB value is (25,58,125). Sum of RGB (Red+Green+Blue) = 25+58+125=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #193A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A7D is #E6C582. Grayscale: #373737. Windows color (decimal): -15123843 or 8206873. OLE color: 8206873.
HSL color Cylindrical-coordinate representation of color #193A7D: hue angle of 220.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 #193A7D is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 58 | 125 | - |
| CMYK | 0.8 | 0.54 | 0 | 0.51 |
| HSL | 220.2º | 0.67% | 0.29% | - |
| HSV(B) | 220.2º | 0.8% | 0.49% | - |
| XYZ | 5.62 | 4.71 | 20.02 | - |
| YUV | 55.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 125 | 0.8 | 0.54 | 0 | 0.51 | 220.2 | 0.67 | 0.29 |
| Hex | 19 | 3A | 7D | 50 | 36 | 0 | 33 | DC | 43 | 1D |
| Octal | 31 | 72 | 175 | 120 | 66 | 0 | 63 | 334 | 103 | 35 |
| Binary | 11001 | 111010 | 1111101 | 1010000 | 110110 | 0 | 110011 | 11011100 | 1000011 | 11101 |
Color Harmonies of #193A7D
Complementary color
Monochromatic Colors of #193A7D
Black with #193A7D
Text Example
Text Example
White with #193A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A7D; }
p { color: rgb(25,58,125); }
H1.HeaderClassName
{
color: #193A7D;
}
.AnyTagClassName
{
color: #193A7D;
}
</style>
background-color css
<style>
a { background-color: #193A7D; }
a { background-color: rgb(25,58,125); }
div.DivClassName
{
background-color: #193A7D;
}
.BgClassName
{
background-color: #193A7D;
}
</style>
border-color css
<style>
span { border-color: #193A7D; }
span { border-color: rgb(25,58,125); }
td.TdClassName
{
border-color: #193A7D;
}
.TagClassName
{
border-color: #193A7D;
}
</style>