Shades of Dark Cerulean #193A80
Tints of Dark Cerulean #193A80
RGB
CMYK
RGB Variations
Color information
#193A80 (or 0x193A80) is known color: Dark Cerulean. HEX triplet: 19, 3A and 80. RGB value is (25,58,128). Sum of RGB (Red+Green+Blue) = 25+58+128=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #193A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A80 is #E6C57F. Grayscale: #373737. Windows color (decimal): -15123840 or 8403481. OLE color: 8403481.
HSL color Cylindrical-coordinate representation of color #193A80: hue angle of 220.78º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193A80 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 58 | 128 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.50 |
| HSL | 220.78º | 0.67% | 0.3% | - |
| HSV(B) | 220.78º | 0.8% | 0.5% | - |
| XYZ | 5.81 | 4.79 | 21.04 | - |
| YUV | 56.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 128 | 0.80 | 0.55 | 0 | 0.50 | 220.78 | 0.67 | 0.3 |
| Hex | 19 | 3A | 80 | 50 | 37 | 0 | 32 | DD | 43 | 1E |
| Octal | 31 | 72 | 200 | 120 | 67 | 0 | 62 | 335 | 103 | 36 |
| Binary | 11001 | 111010 | 10000000 | 1010000 | 110111 | 0 | 110010 | 11011101 | 1000011 | 11110 |
Color Harmonies of #193A80
Complementary color
Monochromatic Colors of #193A80
Black with #193A80
Text Example
Text Example
White with #193A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A80; }
p { color: rgb(25,58,128); }
H1.HeaderClassName
{
color: #193A80;
}
.AnyTagClassName
{
color: #193A80;
}
</style>
background-color css
<style>
a { background-color: #193A80; }
a { background-color: rgb(25,58,128); }
div.DivClassName
{
background-color: #193A80;
}
.BgClassName
{
background-color: #193A80;
}
</style>
border-color css
<style>
span { border-color: #193A80; }
span { border-color: rgb(25,58,128); }
td.TdClassName
{
border-color: #193A80;
}
.TagClassName
{
border-color: #193A80;
}
</style>