Shades of Endeavour #1F629A
Tints of Endeavour #1F629A
RGB
CMYK
RGB Variations
Color information
#1F629A (or 0x1F629A) is known color: Endeavour. HEX triplet: 1F, 62 and 9A. RGB value is (31,98,154). Sum of RGB (Red+Green+Blue) = 31+98+154=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F629A is #E09D65. Grayscale: #545454. Windows color (decimal): -14720358 or 10117663. OLE color: 10117663.
HSL color Cylindrical-coordinate representation of color #1F629A: hue angle of 207.32º 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 #1F629A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 98 | 154 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.40 |
| HSL | 207.32º | 0.66% | 0.36% | - |
| HSV(B) | 207.32º | 0.8% | 0.6% | - |
| XYZ | 10.77 | 11.36 | 32.2 | - |
| YUV | 84.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 154 | 0.80 | 0.36 | 0 | 0.40 | 207.32 | 0.66 | 0.36 |
| Hex | 1F | 62 | 9A | 50 | 24 | 0 | 28 | CF | 42 | 24 |
| Octal | 37 | 142 | 232 | 120 | 44 | 0 | 50 | 317 | 102 | 44 |
| Binary | 11111 | 1100010 | 10011010 | 1010000 | 100100 | 0 | 101000 | 11001111 | 1000010 | 100100 |
Color Harmonies of #1F629A
Complementary color
Monochromatic Colors of #1F629A
Black with #1F629A
Text Example
Text Example
White with #1F629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F629A; }
p { color: rgb(31,98,154); }
H1.HeaderClassName
{
color: #1F629A;
}
.AnyTagClassName
{
color: #1F629A;
}
</style>
background-color css
<style>
a { background-color: #1F629A; }
a { background-color: rgb(31,98,154); }
div.DivClassName
{
background-color: #1F629A;
}
.BgClassName
{
background-color: #1F629A;
}
</style>
border-color css
<style>
span { border-color: #1F629A; }
span { border-color: rgb(31,98,154); }
td.TdClassName
{
border-color: #1F629A;
}
.TagClassName
{
border-color: #1F629A;
}
</style>