Shades of Endeavour #196394
Tints of Endeavour #196394
RGB
CMYK
RGB Variations
Color information
#196394 (or 0x196394) is known color: Endeavour. HEX triplet: 19, 63 and 94. RGB value is (25,99,148). Sum of RGB (Red+Green+Blue) = 25+99+148=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #196394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196394 is #E69C6B. Grayscale: #525252. Windows color (decimal): -15113324 or 9724697. OLE color: 9724697.
HSL color Cylindrical-coordinate representation of color #196394: hue angle of 203.9º 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 #196394 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 99 | 148 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.42 |
| HSL | 203.9º | 0.71% | 0.34% | - |
| HSV(B) | 203.9º | 0.83% | 0.58% | - |
| XYZ | 10.21 | 11.27 | 29.65 | - |
| YUV | 82.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 148 | 0.83 | 0.33 | 0 | 0.42 | 203.9 | 0.71 | 0.34 |
| Hex | 19 | 63 | 94 | 53 | 21 | 0 | 2A | CC | 47 | 22 |
| Octal | 31 | 143 | 224 | 123 | 41 | 0 | 52 | 314 | 107 | 42 |
| Binary | 11001 | 1100011 | 10010100 | 1010011 | 100001 | 0 | 101010 | 11001100 | 1000111 | 100010 |
Color Harmonies of #196394
Complementary color
Monochromatic Colors of #196394
Black with #196394
Text Example
Text Example
White with #196394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196394; }
p { color: rgb(25,99,148); }
H1.HeaderClassName
{
color: #196394;
}
.AnyTagClassName
{
color: #196394;
}
</style>
background-color css
<style>
a { background-color: #196394; }
a { background-color: rgb(25,99,148); }
div.DivClassName
{
background-color: #196394;
}
.BgClassName
{
background-color: #196394;
}
</style>
border-color css
<style>
span { border-color: #196394; }
span { border-color: rgb(25,99,148); }
td.TdClassName
{
border-color: #196394;
}
.TagClassName
{
border-color: #196394;
}
</style>