Shades of Dark Cerulean #193D8C
Tints of Dark Cerulean #193D8C
RGB
CMYK
RGB Variations
Color information
#193D8C (or 0x193D8C) is known color: Dark Cerulean. HEX triplet: 19, 3D and 8C. RGB value is (25,61,140). Sum of RGB (Red+Green+Blue) = 25+61+140=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #193D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D8C is #E6C273. Grayscale: #3A3A3A. Windows color (decimal): -15123060 or 9190681. OLE color: 9190681.
HSL color Cylindrical-coordinate representation of color #193D8C: hue angle of 221.22º 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 #193D8C is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 61 | 140 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.45 |
| HSL | 221.22º | 0.7% | 0.32% | - |
| HSV(B) | 221.22º | 0.82% | 0.55% | - |
| XYZ | 6.8 | 5.44 | 25.5 | - |
| YUV | 59.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 140 | 0.82 | 0.56 | 0 | 0.45 | 221.22 | 0.7 | 0.32 |
| Hex | 19 | 3D | 8C | 52 | 38 | 0 | 2D | DD | 46 | 20 |
| Octal | 31 | 75 | 214 | 122 | 70 | 0 | 55 | 335 | 106 | 40 |
| Binary | 11001 | 111101 | 10001100 | 1010010 | 111000 | 0 | 101101 | 11011101 | 1000110 | 100000 |
Color Harmonies of #193D8C
Complementary color
Monochromatic Colors of #193D8C
Black with #193D8C
Text Example
Text Example
White with #193D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D8C; }
p { color: rgb(25,61,140); }
H1.HeaderClassName
{
color: #193D8C;
}
.AnyTagClassName
{
color: #193D8C;
}
</style>
background-color css
<style>
a { background-color: #193D8C; }
a { background-color: rgb(25,61,140); }
div.DivClassName
{
background-color: #193D8C;
}
.BgClassName
{
background-color: #193D8C;
}
</style>
border-color css
<style>
span { border-color: #193D8C; }
span { border-color: rgb(25,61,140); }
td.TdClassName
{
border-color: #193D8C;
}
.TagClassName
{
border-color: #193D8C;
}
</style>