Shades of Endeavour #1F609A
Tints of Endeavour #1F609A
RGB
CMYK
RGB Variations
Color information
#1F609A (or 0x1F609A) is known color: Endeavour. HEX triplet: 1F, 60 and 9A. RGB value is (31,96,154). Sum of RGB (Red+Green+Blue) = 31+96+154=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F609A is #E09F65. Grayscale: #525252. Windows color (decimal): -14720870 or 10117151. OLE color: 10117151.
HSL color Cylindrical-coordinate representation of color #1F609A: hue angle of 208.29º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F609A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 96 | 154 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.40 |
| HSL | 208.29º | 0.66% | 0.36% | - |
| HSV(B) | 208.29º | 0.8% | 0.6% | - |
| XYZ | 10.58 | 10.99 | 32.14 | - |
| YUV | 83.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 154 | 0.80 | 0.38 | 0 | 0.40 | 208.29 | 0.66 | 0.36 |
| Hex | 1F | 60 | 9A | 50 | 26 | 0 | 28 | D0 | 42 | 24 |
| Octal | 37 | 140 | 232 | 120 | 46 | 0 | 50 | 320 | 102 | 44 |
| Binary | 11111 | 1100000 | 10011010 | 1010000 | 100110 | 0 | 101000 | 11010000 | 1000010 | 100100 |
Color Harmonies of #1F609A
Complementary color
Monochromatic Colors of #1F609A
Black with #1F609A
Text Example
Text Example
White with #1F609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F609A; }
p { color: rgb(31,96,154); }
H1.HeaderClassName
{
color: #1F609A;
}
.AnyTagClassName
{
color: #1F609A;
}
</style>
background-color css
<style>
a { background-color: #1F609A; }
a { background-color: rgb(31,96,154); }
div.DivClassName
{
background-color: #1F609A;
}
.BgClassName
{
background-color: #1F609A;
}
</style>
border-color css
<style>
span { border-color: #1F609A; }
span { border-color: rgb(31,96,154); }
td.TdClassName
{
border-color: #1F609A;
}
.TagClassName
{
border-color: #1F609A;
}
</style>