Shades of Dark Cerulean #193883
Tints of Dark Cerulean #193883
RGB
CMYK
RGB Variations
Color information
#193883 (or 0x193883) is known color: Dark Cerulean. HEX triplet: 19, 38 and 83. RGB value is (25,56,131). Sum of RGB (Red+Green+Blue) = 25+56+131=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #193883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193883 is #E6C77C. Grayscale: #363636. Windows color (decimal): -15124349 or 8599577. OLE color: 8599577.
HSL color Cylindrical-coordinate representation of color #193883: hue angle of 222.45º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193883 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 56 | 131 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.49 |
| HSL | 222.45º | 0.68% | 0.31% | - |
| HSV(B) | 222.45º | 0.81% | 0.51% | - |
| XYZ | 5.91 | 4.67 | 22.06 | - |
| YUV | 55.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 131 | 0.81 | 0.57 | 0 | 0.49 | 222.45 | 0.68 | 0.31 |
| Hex | 19 | 38 | 83 | 51 | 39 | 0 | 31 | DE | 44 | 1F |
| Octal | 31 | 70 | 203 | 121 | 71 | 0 | 61 | 336 | 104 | 37 |
| Binary | 11001 | 111000 | 10000011 | 1010001 | 111001 | 0 | 110001 | 11011110 | 1000100 | 11111 |
Color Harmonies of #193883
Complementary color
Monochromatic Colors of #193883
Black with #193883
Text Example
Text Example
White with #193883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193883; }
p { color: rgb(25,56,131); }
H1.HeaderClassName
{
color: #193883;
}
.AnyTagClassName
{
color: #193883;
}
</style>
background-color css
<style>
a { background-color: #193883; }
a { background-color: rgb(25,56,131); }
div.DivClassName
{
background-color: #193883;
}
.BgClassName
{
background-color: #193883;
}
</style>
border-color css
<style>
span { border-color: #193883; }
span { border-color: rgb(25,56,131); }
td.TdClassName
{
border-color: #193883;
}
.TagClassName
{
border-color: #193883;
}
</style>