Shades of Dark Cerulean #193D77
Tints of Dark Cerulean #193D77
RGB
CMYK
RGB Variations
Color information
#193D77 (or 0x193D77) is known color: Dark Cerulean. HEX triplet: 19, 3D and 77. RGB value is (25,61,119). Sum of RGB (Red+Green+Blue) = 25+61+119=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #193D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D77 is #E6C288. Grayscale: #383838. Windows color (decimal): -15123081 or 7814425. OLE color: 7814425.
HSL color Cylindrical-coordinate representation of color #193D77: hue angle of 217.02º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193D77 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 61 | 119 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.53 |
| HSL | 217.02º | 0.65% | 0.28% | - |
| HSV(B) | 217.02º | 0.79% | 0.47% | - |
| XYZ | 5.4 | 4.88 | 18.11 | - |
| YUV | 56.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 119 | 0.79 | 0.49 | 0 | 0.53 | 217.02 | 0.65 | 0.28 |
| Hex | 19 | 3D | 77 | 4F | 31 | 0 | 35 | D9 | 41 | 1C |
| Octal | 31 | 75 | 167 | 117 | 61 | 0 | 65 | 331 | 101 | 34 |
| Binary | 11001 | 111101 | 1110111 | 1001111 | 110001 | 0 | 110101 | 11011001 | 1000001 | 11100 |
Color Harmonies of #193D77
Complementary color
Monochromatic Colors of #193D77
Black with #193D77
Text Example
Text Example
White with #193D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D77; }
p { color: rgb(25,61,119); }
H1.HeaderClassName
{
color: #193D77;
}
.AnyTagClassName
{
color: #193D77;
}
</style>
background-color css
<style>
a { background-color: #193D77; }
a { background-color: rgb(25,61,119); }
div.DivClassName
{
background-color: #193D77;
}
.BgClassName
{
background-color: #193D77;
}
</style>
border-color css
<style>
span { border-color: #193D77; }
span { border-color: rgb(25,61,119); }
td.TdClassName
{
border-color: #193D77;
}
.TagClassName
{
border-color: #193D77;
}
</style>