Shades of Dark Cerulean #193D7D
Tints of Dark Cerulean #193D7D
RGB
CMYK
RGB Variations
Color information
#193D7D (or 0x193D7D) is known color: Dark Cerulean. HEX triplet: 19, 3D and 7D. RGB value is (25,61,125). Sum of RGB (Red+Green+Blue) = 25+61+125=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #193D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D7D is #E6C282. Grayscale: #393939. Windows color (decimal): -15123075 or 8207641. OLE color: 8207641.
HSL color Cylindrical-coordinate representation of color #193D7D: hue angle of 218.4º 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 #193D7D is Cyan = 0.8, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 61 | 125 | - |
| CMYK | 0.8 | 0.51 | 0 | 0.51 |
| HSL | 218.4º | 0.67% | 0.29% | - |
| HSV(B) | 218.4º | 0.8% | 0.49% | - |
| XYZ | 5.77 | 5.02 | 20.07 | - |
| YUV | 57.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 125 | 0.8 | 0.51 | 0 | 0.51 | 218.4 | 0.67 | 0.29 |
| Hex | 19 | 3D | 7D | 50 | 33 | 0 | 33 | DA | 43 | 1D |
| Octal | 31 | 75 | 175 | 120 | 63 | 0 | 63 | 332 | 103 | 35 |
| Binary | 11001 | 111101 | 1111101 | 1010000 | 110011 | 0 | 110011 | 11011010 | 1000011 | 11101 |
Color Harmonies of #193D7D
Complementary color
Monochromatic Colors of #193D7D
Black with #193D7D
Text Example
Text Example
White with #193D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D7D; }
p { color: rgb(25,61,125); }
H1.HeaderClassName
{
color: #193D7D;
}
.AnyTagClassName
{
color: #193D7D;
}
</style>
background-color css
<style>
a { background-color: #193D7D; }
a { background-color: rgb(25,61,125); }
div.DivClassName
{
background-color: #193D7D;
}
.BgClassName
{
background-color: #193D7D;
}
</style>
border-color css
<style>
span { border-color: #193D7D; }
span { border-color: rgb(25,61,125); }
td.TdClassName
{
border-color: #193D7D;
}
.TagClassName
{
border-color: #193D7D;
}
</style>