Shades of Dark Cerulean #193D74
Tints of Dark Cerulean #193D74
RGB
CMYK
RGB Variations
Color information
#193D74 (or 0x193D74) is known color: Dark Cerulean. HEX triplet: 19, 3D and 74. RGB value is (25,61,116). Sum of RGB (Red+Green+Blue) = 25+61+116=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #193D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D74 is #E6C28B. Grayscale: #383838. Windows color (decimal): -15123084 or 7617817. OLE color: 7617817.
HSL color Cylindrical-coordinate representation of color #193D74: hue angle of 216.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193D74 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 61 | 116 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.55 |
| HSL | 216.26º | 0.65% | 0.28% | - |
| HSV(B) | 216.26º | 0.78% | 0.45% | - |
| XYZ | 5.22 | 4.81 | 17.18 | - |
| YUV | 56.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 116 | 0.78 | 0.47 | 0 | 0.55 | 216.26 | 0.65 | 0.28 |
| Hex | 19 | 3D | 74 | 4E | 2F | 0 | 37 | D8 | 41 | 1C |
| Octal | 31 | 75 | 164 | 116 | 57 | 0 | 67 | 330 | 101 | 34 |
| Binary | 11001 | 111101 | 1110100 | 1001110 | 101111 | 0 | 110111 | 11011000 | 1000001 | 11100 |
Color Harmonies of #193D74
Complementary color
Monochromatic Colors of #193D74
Black with #193D74
Text Example
Text Example
White with #193D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D74; }
p { color: rgb(25,61,116); }
H1.HeaderClassName
{
color: #193D74;
}
.AnyTagClassName
{
color: #193D74;
}
</style>
background-color css
<style>
a { background-color: #193D74; }
a { background-color: rgb(25,61,116); }
div.DivClassName
{
background-color: #193D74;
}
.BgClassName
{
background-color: #193D74;
}
</style>
border-color css
<style>
span { border-color: #193D74; }
span { border-color: rgb(25,61,116); }
td.TdClassName
{
border-color: #193D74;
}
.TagClassName
{
border-color: #193D74;
}
</style>