Shades of Endeavour #1F609B
Tints of Endeavour #1F609B
RGB
CMYK
RGB Variations
Color information
#1F609B (or 0x1F609B) is known color: Endeavour. HEX triplet: 1F, 60 and 9B. RGB value is (31,96,155). Sum of RGB (Red+Green+Blue) = 31+96+155=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F609B is #E09F64. Grayscale: #525252. Windows color (decimal): -14720869 or 10182687. OLE color: 10182687.
HSL color Cylindrical-coordinate representation of color #1F609B: hue angle of 208.55º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F609B is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 96 | 155 | - |
| CMYK | 0.8 | 0.38 | 0 | 0.39 |
| HSL | 208.55º | 0.67% | 0.36% | - |
| HSV(B) | 208.55º | 0.8% | 0.61% | - |
| XYZ | 10.66 | 11.02 | 32.58 | - |
| YUV | 83.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 155 | 0.8 | 0.38 | 0 | 0.39 | 208.55 | 0.67 | 0.36 |
| Hex | 1F | 60 | 9B | 50 | 26 | 0 | 27 | D1 | 43 | 24 |
| Octal | 37 | 140 | 233 | 120 | 46 | 0 | 47 | 321 | 103 | 44 |
| Binary | 11111 | 1100000 | 10011011 | 1010000 | 100110 | 0 | 100111 | 11010001 | 1000011 | 100100 |
Color Harmonies of #1F609B
Complementary color
Monochromatic Colors of #1F609B
Black with #1F609B
Text Example
Text Example
White with #1F609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F609B; }
p { color: rgb(31,96,155); }
H1.HeaderClassName
{
color: #1F609B;
}
.AnyTagClassName
{
color: #1F609B;
}
</style>
background-color css
<style>
a { background-color: #1F609B; }
a { background-color: rgb(31,96,155); }
div.DivClassName
{
background-color: #1F609B;
}
.BgClassName
{
background-color: #1F609B;
}
</style>
border-color css
<style>
span { border-color: #1F609B; }
span { border-color: rgb(31,96,155); }
td.TdClassName
{
border-color: #1F609B;
}
.TagClassName
{
border-color: #1F609B;
}
</style>