Shades of Endeavour #195E97
Tints of Endeavour #195E97
RGB
CMYK
RGB Variations
Color information
#195E97 (or 0x195E97) is known color: Endeavour. HEX triplet: 19, 5E and 97. RGB value is (25,94,151). Sum of RGB (Red+Green+Blue) = 25+94+151=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #195E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195E97 is #E6A168. Grayscale: #4F4F4F. Windows color (decimal): -15114601 or 9920025. OLE color: 9920025.
HSL color Cylindrical-coordinate representation of color #195E97: hue angle of 207.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195E97 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 94 | 151 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.41 |
| HSL | 207.14º | 0.72% | 0.35% | - |
| HSV(B) | 207.14º | 0.83% | 0.59% | - |
| XYZ | 9.99 | 10.45 | 30.77 | - |
| YUV | 79.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 151 | 0.83 | 0.38 | 0 | 0.41 | 207.14 | 0.72 | 0.35 |
| Hex | 19 | 5E | 97 | 53 | 26 | 0 | 29 | CF | 48 | 23 |
| Octal | 31 | 136 | 227 | 123 | 46 | 0 | 51 | 317 | 110 | 43 |
| Binary | 11001 | 1011110 | 10010111 | 1010011 | 100110 | 0 | 101001 | 11001111 | 1001000 | 100011 |
Color Harmonies of #195E97
Complementary color
Monochromatic Colors of #195E97
Black with #195E97
Text Example
Text Example
White with #195E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195E97; }
p { color: rgb(25,94,151); }
H1.HeaderClassName
{
color: #195E97;
}
.AnyTagClassName
{
color: #195E97;
}
</style>
background-color css
<style>
a { background-color: #195E97; }
a { background-color: rgb(25,94,151); }
div.DivClassName
{
background-color: #195E97;
}
.BgClassName
{
background-color: #195E97;
}
</style>
border-color css
<style>
span { border-color: #195E97; }
span { border-color: rgb(25,94,151); }
td.TdClassName
{
border-color: #195E97;
}
.TagClassName
{
border-color: #195E97;
}
</style>