Shades of Dark Cerulean #193876
Tints of Dark Cerulean #193876
RGB
CMYK
RGB Variations
Color information
#193876 (or 0x193876) is known color: Dark Cerulean. HEX triplet: 19, 38 and 76. RGB value is (25,56,118). Sum of RGB (Red+Green+Blue) = 25+56+118=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #193876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193876 is #E6C789. Grayscale: #353535. Windows color (decimal): -15124362 or 7747609. OLE color: 7747609.
HSL color Cylindrical-coordinate representation of color #193876: hue angle of 220º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193876 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 56 | 118 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.54 |
| HSL | 220º | 0.65% | 0.28% | - |
| HSV(B) | 220º | 0.79% | 0.46% | - |
| XYZ | 5.09 | 4.34 | 17.71 | - |
| YUV | 53.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 118 | 0.79 | 0.53 | 0 | 0.54 | 220 | 0.65 | 0.28 |
| Hex | 19 | 38 | 76 | 4F | 35 | 0 | 36 | DC | 41 | 1C |
| Octal | 31 | 70 | 166 | 117 | 65 | 0 | 66 | 334 | 101 | 34 |
| Binary | 11001 | 111000 | 1110110 | 1001111 | 110101 | 0 | 110110 | 11011100 | 1000001 | 11100 |
Color Harmonies of #193876
Complementary color
Monochromatic Colors of #193876
Black with #193876
Text Example
Text Example
White with #193876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193876; }
p { color: rgb(25,56,118); }
H1.HeaderClassName
{
color: #193876;
}
.AnyTagClassName
{
color: #193876;
}
</style>
background-color css
<style>
a { background-color: #193876; }
a { background-color: rgb(25,56,118); }
div.DivClassName
{
background-color: #193876;
}
.BgClassName
{
background-color: #193876;
}
</style>
border-color css
<style>
span { border-color: #193876; }
span { border-color: rgb(25,56,118); }
td.TdClassName
{
border-color: #193876;
}
.TagClassName
{
border-color: #193876;
}
</style>