Shades of Endeavour #1F6793
Tints of Endeavour #1F6793
RGB
CMYK
RGB Variations
Color information
#1F6793 (or 0x1F6793) is known color: Endeavour. HEX triplet: 1F, 67 and 93. RGB value is (31,103,147). Sum of RGB (Red+Green+Blue) = 31+103+147=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F6793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6793 is #E0986C. Grayscale: #565656. Windows color (decimal): -14719085 or 9660191. OLE color: 9660191.
HSL color Cylindrical-coordinate representation of color #1F6793: hue angle of 202.76º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6793 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 103 | 147 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.42 |
| HSL | 202.76º | 0.65% | 0.35% | - |
| HSV(B) | 202.76º | 0.79% | 0.58% | - |
| XYZ | 10.68 | 12.1 | 29.38 | - |
| YUV | 86.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 147 | 0.79 | 0.30 | 0 | 0.42 | 202.76 | 0.65 | 0.35 |
| Hex | 1F | 67 | 93 | 4F | 1E | 0 | 2A | CB | 41 | 23 |
| Octal | 37 | 147 | 223 | 117 | 36 | 0 | 52 | 313 | 101 | 43 |
| Binary | 11111 | 1100111 | 10010011 | 1001111 | 11110 | 0 | 101010 | 11001011 | 1000001 | 100011 |
Color Harmonies of #1F6793
Complementary color
Monochromatic Colors of #1F6793
Black with #1F6793
Text Example
Text Example
White with #1F6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6793; }
p { color: rgb(31,103,147); }
H1.HeaderClassName
{
color: #1F6793;
}
.AnyTagClassName
{
color: #1F6793;
}
</style>
background-color css
<style>
a { background-color: #1F6793; }
a { background-color: rgb(31,103,147); }
div.DivClassName
{
background-color: #1F6793;
}
.BgClassName
{
background-color: #1F6793;
}
</style>
border-color css
<style>
span { border-color: #1F6793; }
span { border-color: rgb(31,103,147); }
td.TdClassName
{
border-color: #1F6793;
}
.TagClassName
{
border-color: #1F6793;
}
</style>