Shades of Endeavour #195398
Tints of Endeavour #195398
RGB
CMYK
RGB Variations
Color information
#195398 (or 0x195398) is known color: Endeavour. HEX triplet: 19, 53 and 98. RGB value is (25,83,152). Sum of RGB (Red+Green+Blue) = 25+83+152=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #195398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195398 is #E6AC67. Grayscale: #494949. Windows color (decimal): -15117416 or 9982745. OLE color: 9982745.
HSL color Cylindrical-coordinate representation of color #195398: hue angle of 212.6º 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 #195398 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 83 | 152 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.40 |
| HSL | 212.6º | 0.72% | 0.35% | - |
| HSV(B) | 212.6º | 0.84% | 0.6% | - |
| XYZ | 9.16 | 8.66 | 30.89 | - |
| YUV | 73.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 152 | 0.84 | 0.45 | 0 | 0.40 | 212.6 | 0.72 | 0.35 |
| Hex | 19 | 53 | 98 | 54 | 2D | 0 | 28 | D5 | 48 | 23 |
| Octal | 31 | 123 | 230 | 124 | 55 | 0 | 50 | 325 | 110 | 43 |
| Binary | 11001 | 1010011 | 10011000 | 1010100 | 101101 | 0 | 101000 | 11010101 | 1001000 | 100011 |
Color Harmonies of #195398
Complementary color
Monochromatic Colors of #195398
Black with #195398
Text Example
Text Example
White with #195398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195398; }
p { color: rgb(25,83,152); }
H1.HeaderClassName
{
color: #195398;
}
.AnyTagClassName
{
color: #195398;
}
</style>
background-color css
<style>
a { background-color: #195398; }
a { background-color: rgb(25,83,152); }
div.DivClassName
{
background-color: #195398;
}
.BgClassName
{
background-color: #195398;
}
</style>
border-color css
<style>
span { border-color: #195398; }
span { border-color: rgb(25,83,152); }
td.TdClassName
{
border-color: #195398;
}
.TagClassName
{
border-color: #195398;
}
</style>