Shades of Endeavour #195A9A
Tints of Endeavour #195A9A
RGB
CMYK
RGB Variations
Color information
#195A9A (or 0x195A9A) is known color: Endeavour. HEX triplet: 19, 5A and 9A. RGB value is (25,90,154). Sum of RGB (Red+Green+Blue) = 25+90+154=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #195A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A9A is #E6A565. Grayscale: #4D4D4D. Windows color (decimal): -15115622 or 10115609. OLE color: 10115609.
HSL color Cylindrical-coordinate representation of color #195A9A: hue angle of 209.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195A9A is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 90 | 154 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.40 |
| HSL | 209.77º | 0.72% | 0.35% | - |
| HSV(B) | 209.77º | 0.84% | 0.6% | - |
| XYZ | 9.89 | 9.85 | 31.95 | - |
| YUV | 77.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 154 | 0.84 | 0.42 | 0 | 0.40 | 209.77 | 0.72 | 0.35 |
| Hex | 19 | 5A | 9A | 54 | 2A | 0 | 28 | D2 | 48 | 23 |
| Octal | 31 | 132 | 232 | 124 | 52 | 0 | 50 | 322 | 110 | 43 |
| Binary | 11001 | 1011010 | 10011010 | 1010100 | 101010 | 0 | 101000 | 11010010 | 1001000 | 100011 |
Color Harmonies of #195A9A
Complementary color
Monochromatic Colors of #195A9A
Black with #195A9A
Text Example
Text Example
White with #195A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A9A; }
p { color: rgb(25,90,154); }
H1.HeaderClassName
{
color: #195A9A;
}
.AnyTagClassName
{
color: #195A9A;
}
</style>
background-color css
<style>
a { background-color: #195A9A; }
a { background-color: rgb(25,90,154); }
div.DivClassName
{
background-color: #195A9A;
}
.BgClassName
{
background-color: #195A9A;
}
</style>
border-color css
<style>
span { border-color: #195A9A; }
span { border-color: rgb(25,90,154); }
td.TdClassName
{
border-color: #195A9A;
}
.TagClassName
{
border-color: #195A9A;
}
</style>