Shades of Dark Cerulean #193D7A
Tints of Dark Cerulean #193D7A
RGB
CMYK
RGB Variations
Color information
#193D7A (or 0x193D7A) is known color: Dark Cerulean. HEX triplet: 19, 3D and 7A. RGB value is (25,61,122). Sum of RGB (Red+Green+Blue) = 25+61+122=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #193D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D7A is #E6C285. Grayscale: #383838. Windows color (decimal): -15123078 or 8011033. OLE color: 8011033.
HSL color Cylindrical-coordinate representation of color #193D7A: hue angle of 217.73º 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 #193D7A is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 61 | 122 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.52 |
| HSL | 217.73º | 0.66% | 0.29% | - |
| HSV(B) | 217.73º | 0.8% | 0.48% | - |
| XYZ | 5.58 | 4.95 | 19.07 | - |
| YUV | 57.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 122 | 0.80 | 0.50 | 0 | 0.52 | 217.73 | 0.66 | 0.29 |
| Hex | 19 | 3D | 7A | 50 | 32 | 0 | 34 | DA | 42 | 1D |
| Octal | 31 | 75 | 172 | 120 | 62 | 0 | 64 | 332 | 102 | 35 |
| Binary | 11001 | 111101 | 1111010 | 1010000 | 110010 | 0 | 110100 | 11011010 | 1000010 | 11101 |
Color Harmonies of #193D7A
Complementary color
Monochromatic Colors of #193D7A
Black with #193D7A
Text Example
Text Example
White with #193D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D7A; }
p { color: rgb(25,61,122); }
H1.HeaderClassName
{
color: #193D7A;
}
.AnyTagClassName
{
color: #193D7A;
}
</style>
background-color css
<style>
a { background-color: #193D7A; }
a { background-color: rgb(25,61,122); }
div.DivClassName
{
background-color: #193D7A;
}
.BgClassName
{
background-color: #193D7A;
}
</style>
border-color css
<style>
span { border-color: #193D7A; }
span { border-color: rgb(25,61,122); }
td.TdClassName
{
border-color: #193D7A;
}
.TagClassName
{
border-color: #193D7A;
}
</style>