Shades of Dark Cerulean #193C7D
Tints of Dark Cerulean #193C7D
RGB
CMYK
RGB Variations
Color information
#193C7D (or 0x193C7D) is known color: Dark Cerulean. HEX triplet: 19, 3C and 7D. RGB value is (25,60,125). Sum of RGB (Red+Green+Blue) = 25+60+125=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #193C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C7D is #E6C382. Grayscale: #383838. Windows color (decimal): -15123331 or 8207385. OLE color: 8207385.
HSL color Cylindrical-coordinate representation of color #193C7D: hue angle of 219º 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 #193C7D is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 60 | 125 | - |
| CMYK | 0.8 | 0.52 | 0 | 0.51 |
| HSL | 219º | 0.67% | 0.29% | - |
| HSV(B) | 219º | 0.8% | 0.49% | - |
| XYZ | 5.72 | 4.92 | 20.05 | - |
| YUV | 56.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 125 | 0.8 | 0.52 | 0 | 0.51 | 219 | 0.67 | 0.29 |
| Hex | 19 | 3C | 7D | 50 | 34 | 0 | 33 | DB | 43 | 1D |
| Octal | 31 | 74 | 175 | 120 | 64 | 0 | 63 | 333 | 103 | 35 |
| Binary | 11001 | 111100 | 1111101 | 1010000 | 110100 | 0 | 110011 | 11011011 | 1000011 | 11101 |
Color Harmonies of #193C7D
Complementary color
Monochromatic Colors of #193C7D
Black with #193C7D
Text Example
Text Example
White with #193C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C7D; }
p { color: rgb(25,60,125); }
H1.HeaderClassName
{
color: #193C7D;
}
.AnyTagClassName
{
color: #193C7D;
}
</style>
background-color css
<style>
a { background-color: #193C7D; }
a { background-color: rgb(25,60,125); }
div.DivClassName
{
background-color: #193C7D;
}
.BgClassName
{
background-color: #193C7D;
}
</style>
border-color css
<style>
span { border-color: #193C7D; }
span { border-color: rgb(25,60,125); }
td.TdClassName
{
border-color: #193C7D;
}
.TagClassName
{
border-color: #193C7D;
}
</style>