Shades of Endeavour #195DA1
Tints of Endeavour #195DA1
RGB
CMYK
RGB Variations
Color information
#195DA1 (or 0x195DA1) is known color: Endeavour. HEX triplet: 19, 5D and A1. RGB value is (25,93,161). Sum of RGB (Red+Green+Blue) = 25+93+161=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #195DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195DA1 is #E6A25E. Grayscale: #505050. Windows color (decimal): -15114847 or 10575129. OLE color: 10575129.
HSL color Cylindrical-coordinate representation of color #195DA1: hue angle of 210º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195DA1 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 93 | 161 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.37 |
| HSL | 210º | 0.73% | 0.36% | - |
| HSV(B) | 210º | 0.84% | 0.63% | - |
| XYZ | 10.75 | 10.61 | 35.2 | - |
| YUV | 80.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 161 | 0.84 | 0.42 | 0 | 0.37 | 210 | 0.73 | 0.36 |
| Hex | 19 | 5D | A1 | 54 | 2A | 0 | 25 | D2 | 49 | 24 |
| Octal | 31 | 135 | 241 | 124 | 52 | 0 | 45 | 322 | 111 | 44 |
| Binary | 11001 | 1011101 | 10100001 | 1010100 | 101010 | 0 | 100101 | 11010010 | 1001001 | 100100 |
Color Harmonies of #195DA1
Complementary color
Monochromatic Colors of #195DA1
Black with #195DA1
Text Example
Text Example
White with #195DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DA1; }
p { color: rgb(25,93,161); }
H1.HeaderClassName
{
color: #195DA1;
}
.AnyTagClassName
{
color: #195DA1;
}
</style>
background-color css
<style>
a { background-color: #195DA1; }
a { background-color: rgb(25,93,161); }
div.DivClassName
{
background-color: #195DA1;
}
.BgClassName
{
background-color: #195DA1;
}
</style>
border-color css
<style>
span { border-color: #195DA1; }
span { border-color: rgb(25,93,161); }
td.TdClassName
{
border-color: #195DA1;
}
.TagClassName
{
border-color: #195DA1;
}
</style>