Shades of Endeavour #195999
Tints of Endeavour #195999
RGB
CMYK
RGB Variations
Color information
#195999 (or 0x195999) is known color: Endeavour. HEX triplet: 19, 59 and 99. RGB value is (25,89,153). Sum of RGB (Red+Green+Blue) = 25+89+153=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #195999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195999 is #E6A666. Grayscale: #4C4C4C. Windows color (decimal): -15115879 or 10049817. OLE color: 10049817.
HSL color Cylindrical-coordinate representation of color #195999: hue angle of 210º 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 #195999 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 89 | 153 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.4 |
| HSL | 210º | 0.72% | 0.35% | - |
| HSV(B) | 210º | 0.84% | 0.6% | - |
| XYZ | 9.72 | 9.65 | 31.49 | - |
| YUV | 77.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 153 | 0.84 | 0.42 | 0 | 0.4 | 210 | 0.72 | 0.35 |
| Hex | 19 | 59 | 99 | 54 | 2A | 0 | 28 | D2 | 48 | 23 |
| Octal | 31 | 131 | 231 | 124 | 52 | 0 | 50 | 322 | 110 | 43 |
| Binary | 11001 | 1011001 | 10011001 | 1010100 | 101010 | 0 | 101000 | 11010010 | 1001000 | 100011 |
Color Harmonies of #195999
Complementary color
Monochromatic Colors of #195999
Black with #195999
Text Example
Text Example
White with #195999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195999; }
p { color: rgb(25,89,153); }
H1.HeaderClassName
{
color: #195999;
}
.AnyTagClassName
{
color: #195999;
}
</style>
background-color css
<style>
a { background-color: #195999; }
a { background-color: rgb(25,89,153); }
div.DivClassName
{
background-color: #195999;
}
.BgClassName
{
background-color: #195999;
}
</style>
border-color css
<style>
span { border-color: #195999; }
span { border-color: rgb(25,89,153); }
td.TdClassName
{
border-color: #195999;
}
.TagClassName
{
border-color: #195999;
}
</style>