Shades of Dark Cerulean #193878
Tints of Dark Cerulean #193878
RGB
CMYK
RGB Variations
Color information
#193878 (or 0x193878) is known color: Dark Cerulean. HEX triplet: 19, 38 and 78. RGB value is (25,56,120). Sum of RGB (Red+Green+Blue) = 25+56+120=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #193878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193878 is #E6C787. Grayscale: #353535. Windows color (decimal): -15124360 or 7878681. OLE color: 7878681.
HSL color Cylindrical-coordinate representation of color #193878: hue angle of 220.42º 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 #193878 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 56 | 120 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.53 |
| HSL | 220.42º | 0.66% | 0.28% | - |
| HSV(B) | 220.42º | 0.79% | 0.47% | - |
| XYZ | 5.21 | 4.39 | 18.34 | - |
| YUV | 54.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 120 | 0.79 | 0.53 | 0 | 0.53 | 220.42 | 0.66 | 0.28 |
| Hex | 19 | 38 | 78 | 4F | 35 | 0 | 35 | DC | 42 | 1C |
| Octal | 31 | 70 | 170 | 117 | 65 | 0 | 65 | 334 | 102 | 34 |
| Binary | 11001 | 111000 | 1111000 | 1001111 | 110101 | 0 | 110101 | 11011100 | 1000010 | 11100 |
Color Harmonies of #193878
Complementary color
Monochromatic Colors of #193878
Black with #193878
Text Example
Text Example
White with #193878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193878; }
p { color: rgb(25,56,120); }
H1.HeaderClassName
{
color: #193878;
}
.AnyTagClassName
{
color: #193878;
}
</style>
background-color css
<style>
a { background-color: #193878; }
a { background-color: rgb(25,56,120); }
div.DivClassName
{
background-color: #193878;
}
.BgClassName
{
background-color: #193878;
}
</style>
border-color css
<style>
span { border-color: #193878; }
span { border-color: rgb(25,56,120); }
td.TdClassName
{
border-color: #193878;
}
.TagClassName
{
border-color: #193878;
}
</style>