Shades of Endeavour #195192
Tints of Endeavour #195192
RGB
CMYK
RGB Variations
Color information
#195192 (or 0x195192) is known color: Endeavour. HEX triplet: 19, 51 and 92. RGB value is (25,81,146). Sum of RGB (Red+Green+Blue) = 25+81+146=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #195192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195192 is #E6AE6D. Grayscale: #474747. Windows color (decimal): -15117934 or 9589017. OLE color: 9589017.
HSL color Cylindrical-coordinate representation of color #195192: hue angle of 212.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195192 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 81 | 146 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.43 |
| HSL | 212.23º | 0.71% | 0.34% | - |
| HSV(B) | 212.23º | 0.83% | 0.57% | - |
| XYZ | 8.53 | 8.17 | 28.32 | - |
| YUV | 71.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 146 | 0.83 | 0.45 | 0 | 0.43 | 212.23 | 0.71 | 0.34 |
| Hex | 19 | 51 | 92 | 53 | 2D | 0 | 2B | D4 | 47 | 22 |
| Octal | 31 | 121 | 222 | 123 | 55 | 0 | 53 | 324 | 107 | 42 |
| Binary | 11001 | 1010001 | 10010010 | 1010011 | 101101 | 0 | 101011 | 11010100 | 1000111 | 100010 |
Color Harmonies of #195192
Complementary color
Monochromatic Colors of #195192
Black with #195192
Text Example
Text Example
White with #195192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195192; }
p { color: rgb(25,81,146); }
H1.HeaderClassName
{
color: #195192;
}
.AnyTagClassName
{
color: #195192;
}
</style>
background-color css
<style>
a { background-color: #195192; }
a { background-color: rgb(25,81,146); }
div.DivClassName
{
background-color: #195192;
}
.BgClassName
{
background-color: #195192;
}
</style>
border-color css
<style>
span { border-color: #195192; }
span { border-color: rgb(25,81,146); }
td.TdClassName
{
border-color: #195192;
}
.TagClassName
{
border-color: #195192;
}
</style>