Shades of Dark Cerulean #193E8C
Tints of Dark Cerulean #193E8C
RGB
CMYK
RGB Variations
Color information
#193E8C (or 0x193E8C) is known color: Dark Cerulean. HEX triplet: 19, 3E and 8C. RGB value is (25,62,140). Sum of RGB (Red+Green+Blue) = 25+62+140=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #193E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E8C is #E6C173. Grayscale: #3B3B3B. Windows color (decimal): -15122804 or 9190937. OLE color: 9190937.
HSL color Cylindrical-coordinate representation of color #193E8C: hue angle of 220.7º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193E8C is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 62 | 140 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.45 |
| HSL | 220.7º | 0.7% | 0.32% | - |
| HSV(B) | 220.7º | 0.82% | 0.55% | - |
| XYZ | 6.86 | 5.55 | 25.52 | - |
| YUV | 59.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 140 | 0.82 | 0.56 | 0 | 0.45 | 220.7 | 0.7 | 0.32 |
| Hex | 19 | 3E | 8C | 52 | 38 | 0 | 2D | DD | 46 | 20 |
| Octal | 31 | 76 | 214 | 122 | 70 | 0 | 55 | 335 | 106 | 40 |
| Binary | 11001 | 111110 | 10001100 | 1010010 | 111000 | 0 | 101101 | 11011101 | 1000110 | 100000 |
Color Harmonies of #193E8C
Complementary color
Monochromatic Colors of #193E8C
Black with #193E8C
Text Example
Text Example
White with #193E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E8C; }
p { color: rgb(25,62,140); }
H1.HeaderClassName
{
color: #193E8C;
}
.AnyTagClassName
{
color: #193E8C;
}
</style>
background-color css
<style>
a { background-color: #193E8C; }
a { background-color: rgb(25,62,140); }
div.DivClassName
{
background-color: #193E8C;
}
.BgClassName
{
background-color: #193E8C;
}
</style>
border-color css
<style>
span { border-color: #193E8C; }
span { border-color: rgb(25,62,140); }
td.TdClassName
{
border-color: #193E8C;
}
.TagClassName
{
border-color: #193E8C;
}
</style>