Shades of Dark Cerulean #193C7A
Tints of Dark Cerulean #193C7A
RGB
CMYK
RGB Variations
Color information
#193C7A (or 0x193C7A) is known color: Dark Cerulean. HEX triplet: 19, 3C and 7A. RGB value is (25,60,122). Sum of RGB (Red+Green+Blue) = 25+60+122=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #193C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C7A is #E6C385. Grayscale: #383838. Windows color (decimal): -15123334 or 8010777. OLE color: 8010777.
HSL color Cylindrical-coordinate representation of color #193C7A: hue angle of 218.35º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193C7A is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 60 | 122 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.52 |
| HSL | 218.35º | 0.66% | 0.29% | - |
| HSV(B) | 218.35º | 0.8% | 0.48% | - |
| XYZ | 5.53 | 4.84 | 19.06 | - |
| YUV | 56.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 122 | 0.80 | 0.51 | 0 | 0.52 | 218.35 | 0.66 | 0.29 |
| Hex | 19 | 3C | 7A | 50 | 33 | 0 | 34 | DA | 42 | 1D |
| Octal | 31 | 74 | 172 | 120 | 63 | 0 | 64 | 332 | 102 | 35 |
| Binary | 11001 | 111100 | 1111010 | 1010000 | 110011 | 0 | 110100 | 11011010 | 1000010 | 11101 |
Color Harmonies of #193C7A
Complementary color
Monochromatic Colors of #193C7A
Black with #193C7A
Text Example
Text Example
White with #193C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C7A; }
p { color: rgb(25,60,122); }
H1.HeaderClassName
{
color: #193C7A;
}
.AnyTagClassName
{
color: #193C7A;
}
</style>
background-color css
<style>
a { background-color: #193C7A; }
a { background-color: rgb(25,60,122); }
div.DivClassName
{
background-color: #193C7A;
}
.BgClassName
{
background-color: #193C7A;
}
</style>
border-color css
<style>
span { border-color: #193C7A; }
span { border-color: rgb(25,60,122); }
td.TdClassName
{
border-color: #193C7A;
}
.TagClassName
{
border-color: #193C7A;
}
</style>