Shades of Dark Cerulean #193B7E
Tints of Dark Cerulean #193B7E
RGB
CMYK
RGB Variations
Color information
#193B7E (or 0x193B7E) is known color: Dark Cerulean. HEX triplet: 19, 3B and 7E. RGB value is (25,59,126). Sum of RGB (Red+Green+Blue) = 25+59+126=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #193B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B7E is #E6C481. Grayscale: #383838. Windows color (decimal): -15123586 or 8272665. OLE color: 8272665.
HSL color Cylindrical-coordinate representation of color #193B7E: hue angle of 219.8º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193B7E is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 59 | 126 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.51 |
| HSL | 219.8º | 0.67% | 0.3% | - |
| HSV(B) | 219.8º | 0.8% | 0.49% | - |
| XYZ | 5.73 | 4.84 | 20.37 | - |
| YUV | 56.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 126 | 0.80 | 0.53 | 0 | 0.51 | 219.8 | 0.67 | 0.3 |
| Hex | 19 | 3B | 7E | 50 | 35 | 0 | 33 | DC | 43 | 1E |
| Octal | 31 | 73 | 176 | 120 | 65 | 0 | 63 | 334 | 103 | 36 |
| Binary | 11001 | 111011 | 1111110 | 1010000 | 110101 | 0 | 110011 | 11011100 | 1000011 | 11110 |
Color Harmonies of #193B7E
Complementary color
Monochromatic Colors of #193B7E
Black with #193B7E
Text Example
Text Example
White with #193B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B7E; }
p { color: rgb(25,59,126); }
H1.HeaderClassName
{
color: #193B7E;
}
.AnyTagClassName
{
color: #193B7E;
}
</style>
background-color css
<style>
a { background-color: #193B7E; }
a { background-color: rgb(25,59,126); }
div.DivClassName
{
background-color: #193B7E;
}
.BgClassName
{
background-color: #193B7E;
}
</style>
border-color css
<style>
span { border-color: #193B7E; }
span { border-color: rgb(25,59,126); }
td.TdClassName
{
border-color: #193B7E;
}
.TagClassName
{
border-color: #193B7E;
}
</style>