Shades of Dark Cerulean #193A78
Tints of Dark Cerulean #193A78
RGB
CMYK
RGB Variations
Color information
#193A78 (or 0x193A78) is known color: Dark Cerulean. HEX triplet: 19, 3A and 78. RGB value is (25,58,120). Sum of RGB (Red+Green+Blue) = 25+58+120=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #193A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A78 is #E6C587. Grayscale: #363636. Windows color (decimal): -15123848 or 7879193. OLE color: 7879193.
HSL color Cylindrical-coordinate representation of color #193A78: hue angle of 219.16º degrees, saturation: 0.66, 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 #193A78 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 58 | 120 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.53 |
| HSL | 219.16º | 0.66% | 0.28% | - |
| HSV(B) | 219.16º | 0.79% | 0.47% | - |
| XYZ | 5.3 | 4.59 | 18.38 | - |
| YUV | 55.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 120 | 0.79 | 0.52 | 0 | 0.53 | 219.16 | 0.66 | 0.28 |
| Hex | 19 | 3A | 78 | 4F | 34 | 0 | 35 | DB | 42 | 1C |
| Octal | 31 | 72 | 170 | 117 | 64 | 0 | 65 | 333 | 102 | 34 |
| Binary | 11001 | 111010 | 1111000 | 1001111 | 110100 | 0 | 110101 | 11011011 | 1000010 | 11100 |
Color Harmonies of #193A78
Complementary color
Monochromatic Colors of #193A78
Black with #193A78
Text Example
Text Example
White with #193A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A78; }
p { color: rgb(25,58,120); }
H1.HeaderClassName
{
color: #193A78;
}
.AnyTagClassName
{
color: #193A78;
}
</style>
background-color css
<style>
a { background-color: #193A78; }
a { background-color: rgb(25,58,120); }
div.DivClassName
{
background-color: #193A78;
}
.BgClassName
{
background-color: #193A78;
}
</style>
border-color css
<style>
span { border-color: #193A78; }
span { border-color: rgb(25,58,120); }
td.TdClassName
{
border-color: #193A78;
}
.TagClassName
{
border-color: #193A78;
}
</style>