Shades of Endeavour #195D90
Tints of Endeavour #195D90
RGB
CMYK
RGB Variations
Color information
#195D90 (or 0x195D90) is known color: Endeavour. HEX triplet: 19, 5D and 90. RGB value is (25,93,144). Sum of RGB (Red+Green+Blue) = 25+93+144=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #195D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D90 is #E6A26F. Grayscale: #4E4E4E. Windows color (decimal): -15114864 or 9461017. OLE color: 9461017.
HSL color Cylindrical-coordinate representation of color #195D90: hue angle of 205.71º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195D90 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 93 | 144 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.44 |
| HSL | 205.71º | 0.7% | 0.33% | - |
| HSV(B) | 205.71º | 0.83% | 0.56% | - |
| XYZ | 9.35 | 10.05 | 27.83 | - |
| YUV | 78.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 144 | 0.83 | 0.35 | 0 | 0.44 | 205.71 | 0.7 | 0.33 |
| Hex | 19 | 5D | 90 | 53 | 23 | 0 | 2C | CE | 46 | 21 |
| Octal | 31 | 135 | 220 | 123 | 43 | 0 | 54 | 316 | 106 | 41 |
| Binary | 11001 | 1011101 | 10010000 | 1010011 | 100011 | 0 | 101100 | 11001110 | 1000110 | 100001 |
Color Harmonies of #195D90
Complementary color
Monochromatic Colors of #195D90
Black with #195D90
Text Example
Text Example
White with #195D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D90; }
p { color: rgb(25,93,144); }
H1.HeaderClassName
{
color: #195D90;
}
.AnyTagClassName
{
color: #195D90;
}
</style>
background-color css
<style>
a { background-color: #195D90; }
a { background-color: rgb(25,93,144); }
div.DivClassName
{
background-color: #195D90;
}
.BgClassName
{
background-color: #195D90;
}
</style>
border-color css
<style>
span { border-color: #195D90; }
span { border-color: rgb(25,93,144); }
td.TdClassName
{
border-color: #195D90;
}
.TagClassName
{
border-color: #195D90;
}
</style>