Shades of Endeavour #195D9C
Tints of Endeavour #195D9C
RGB
CMYK
RGB Variations
Color information
#195D9C (or 0x195D9C) is known color: Endeavour. HEX triplet: 19, 5D and 9C. RGB value is (25,93,156). Sum of RGB (Red+Green+Blue) = 25+93+156=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #195D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D9C is #E6A263. Grayscale: #4F4F4F. Windows color (decimal): -15114852 or 10247449. OLE color: 10247449.
HSL color Cylindrical-coordinate representation of color #195D9C: hue angle of 208.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195D9C is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 93 | 156 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.39 |
| HSL | 208.86º | 0.72% | 0.35% | - |
| HSV(B) | 208.86º | 0.84% | 0.61% | - |
| XYZ | 10.32 | 10.44 | 32.92 | - |
| YUV | 79.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 156 | 0.84 | 0.40 | 0 | 0.39 | 208.86 | 0.72 | 0.35 |
| Hex | 19 | 5D | 9C | 54 | 28 | 0 | 27 | D1 | 48 | 23 |
| Octal | 31 | 135 | 234 | 124 | 50 | 0 | 47 | 321 | 110 | 43 |
| Binary | 11001 | 1011101 | 10011100 | 1010100 | 101000 | 0 | 100111 | 11010001 | 1001000 | 100011 |
Color Harmonies of #195D9C
Complementary color
Monochromatic Colors of #195D9C
Black with #195D9C
Text Example
Text Example
White with #195D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D9C; }
p { color: rgb(25,93,156); }
H1.HeaderClassName
{
color: #195D9C;
}
.AnyTagClassName
{
color: #195D9C;
}
</style>
background-color css
<style>
a { background-color: #195D9C; }
a { background-color: rgb(25,93,156); }
div.DivClassName
{
background-color: #195D9C;
}
.BgClassName
{
background-color: #195D9C;
}
</style>
border-color css
<style>
span { border-color: #195D9C; }
span { border-color: rgb(25,93,156); }
td.TdClassName
{
border-color: #195D9C;
}
.TagClassName
{
border-color: #195D9C;
}
</style>