Shades of Endeavour #1D5F99
Tints of Endeavour #1D5F99
RGB
CMYK
RGB Variations
Color information
#1D5F99 (or 0x1D5F99) is known color: Endeavour. HEX triplet: 1D, 5F and 99. RGB value is (29,95,153). Sum of RGB (Red+Green+Blue) = 29+95+153=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D5F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5F99 is #E2A066. Grayscale: #515151. Windows color (decimal): -14852199 or 10051357. OLE color: 10051357.
HSL color Cylindrical-coordinate representation of color #1D5F99: hue angle of 208.06º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5F99 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 95 | 153 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.4 |
| HSL | 208.06º | 0.68% | 0.36% | - |
| HSV(B) | 208.06º | 0.81% | 0.6% | - |
| XYZ | 10.35 | 10.75 | 31.67 | - |
| YUV | 81.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 153 | 0.81 | 0.38 | 0 | 0.4 | 208.06 | 0.68 | 0.36 |
| Hex | 1D | 5F | 99 | 51 | 26 | 0 | 28 | D0 | 44 | 24 |
| Octal | 35 | 137 | 231 | 121 | 46 | 0 | 50 | 320 | 104 | 44 |
| Binary | 11101 | 1011111 | 10011001 | 1010001 | 100110 | 0 | 101000 | 11010000 | 1000100 | 100100 |
Color Harmonies of #1D5F99
Complementary color
Monochromatic Colors of #1D5F99
Black with #1D5F99
Text Example
Text Example
White with #1D5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F99; }
p { color: rgb(29,95,153); }
H1.HeaderClassName
{
color: #1D5F99;
}
.AnyTagClassName
{
color: #1D5F99;
}
</style>
background-color css
<style>
a { background-color: #1D5F99; }
a { background-color: rgb(29,95,153); }
div.DivClassName
{
background-color: #1D5F99;
}
.BgClassName
{
background-color: #1D5F99;
}
</style>
border-color css
<style>
span { border-color: #1D5F99; }
span { border-color: rgb(29,95,153); }
td.TdClassName
{
border-color: #1D5F99;
}
.TagClassName
{
border-color: #1D5F99;
}
</style>