Shades of Endeavour #196293
Tints of Endeavour #196293
RGB
CMYK
RGB Variations
Color information
#196293 (or 0x196293) is known color: Endeavour. HEX triplet: 19, 62 and 93. RGB value is (25,98,147). Sum of RGB (Red+Green+Blue) = 25+98+147=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #196293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196293 is #E69D6C. Grayscale: #515151. Windows color (decimal): -15113581 or 9658905. OLE color: 9658905.
HSL color Cylindrical-coordinate representation of color #196293: hue angle of 204.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196293 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 98 | 147 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.42 |
| HSL | 204.1º | 0.71% | 0.34% | - |
| HSV(B) | 204.1º | 0.83% | 0.58% | - |
| XYZ | 10.04 | 11.05 | 29.21 | - |
| YUV | 81.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 147 | 0.83 | 0.33 | 0 | 0.42 | 204.1 | 0.71 | 0.34 |
| Hex | 19 | 62 | 93 | 53 | 21 | 0 | 2A | CC | 47 | 22 |
| Octal | 31 | 142 | 223 | 123 | 41 | 0 | 52 | 314 | 107 | 42 |
| Binary | 11001 | 1100010 | 10010011 | 1010011 | 100001 | 0 | 101010 | 11001100 | 1000111 | 100010 |
Color Harmonies of #196293
Complementary color
Monochromatic Colors of #196293
Black with #196293
Text Example
Text Example
White with #196293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196293; }
p { color: rgb(25,98,147); }
H1.HeaderClassName
{
color: #196293;
}
.AnyTagClassName
{
color: #196293;
}
</style>
background-color css
<style>
a { background-color: #196293; }
a { background-color: rgb(25,98,147); }
div.DivClassName
{
background-color: #196293;
}
.BgClassName
{
background-color: #196293;
}
</style>
border-color css
<style>
span { border-color: #196293; }
span { border-color: rgb(25,98,147); }
td.TdClassName
{
border-color: #196293;
}
.TagClassName
{
border-color: #196293;
}
</style>