Shades of Endeavour #1F668F
Tints of Endeavour #1F668F
RGB
CMYK
RGB Variations
Color information
#1F668F (or 0x1F668F) is known color: Endeavour. HEX triplet: 1F, 66 and 8F. RGB value is (31,102,143). Sum of RGB (Red+Green+Blue) = 31+102+143=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F668F is #E09970. Grayscale: #555555. Windows color (decimal): -14719345 or 9397791. OLE color: 9397791.
HSL color Cylindrical-coordinate representation of color #1F668F: hue angle of 201.96º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F668F is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 102 | 143 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.44 |
| HSL | 201.96º | 0.64% | 0.34% | - |
| HSV(B) | 201.96º | 0.78% | 0.56% | - |
| XYZ | 10.27 | 11.78 | 27.72 | - |
| YUV | 85.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 143 | 0.78 | 0.29 | 0 | 0.44 | 201.96 | 0.64 | 0.34 |
| Hex | 1F | 66 | 8F | 4E | 1D | 0 | 2C | CA | 40 | 22 |
| Octal | 37 | 146 | 217 | 116 | 35 | 0 | 54 | 312 | 100 | 42 |
| Binary | 11111 | 1100110 | 10001111 | 1001110 | 11101 | 0 | 101100 | 11001010 | 1000000 | 100010 |
Color Harmonies of #1F668F
Complementary color
Monochromatic Colors of #1F668F
Black with #1F668F
Text Example
Text Example
White with #1F668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F668F; }
p { color: rgb(31,102,143); }
H1.HeaderClassName
{
color: #1F668F;
}
.AnyTagClassName
{
color: #1F668F;
}
</style>
background-color css
<style>
a { background-color: #1F668F; }
a { background-color: rgb(31,102,143); }
div.DivClassName
{
background-color: #1F668F;
}
.BgClassName
{
background-color: #1F668F;
}
</style>
border-color css
<style>
span { border-color: #1F668F; }
span { border-color: rgb(31,102,143); }
td.TdClassName
{
border-color: #1F668F;
}
.TagClassName
{
border-color: #1F668F;
}
</style>