Shades of Endeavour #1F528B
Tints of Endeavour #1F528B
RGB
CMYK
RGB Variations
Color information
#1F528B (or 0x1F528B) is known color: Endeavour. HEX triplet: 1F, 52 and 8B. RGB value is (31,82,139). Sum of RGB (Red+Green+Blue) = 31+82+139=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F528B is #E0AD74. Grayscale: #484848. Windows color (decimal): -14724469 or 9130527. OLE color: 9130527.
HSL color Cylindrical-coordinate representation of color #1F528B: hue angle of 211.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F528B is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 82 | 139 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.45 |
| HSL | 211.67º | 0.64% | 0.33% | - |
| HSV(B) | 211.67º | 0.78% | 0.55% | - |
| XYZ | 8.24 | 8.19 | 25.57 | - |
| YUV | 73.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 139 | 0.78 | 0.41 | 0 | 0.45 | 211.67 | 0.64 | 0.33 |
| Hex | 1F | 52 | 8B | 4E | 29 | 0 | 2D | D4 | 40 | 21 |
| Octal | 37 | 122 | 213 | 116 | 51 | 0 | 55 | 324 | 100 | 41 |
| Binary | 11111 | 1010010 | 10001011 | 1001110 | 101001 | 0 | 101101 | 11010100 | 1000000 | 100001 |
Color Harmonies of #1F528B
Complementary color
Monochromatic Colors of #1F528B
Black with #1F528B
Text Example
Text Example
White with #1F528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F528B; }
p { color: rgb(31,82,139); }
H1.HeaderClassName
{
color: #1F528B;
}
.AnyTagClassName
{
color: #1F528B;
}
</style>
background-color css
<style>
a { background-color: #1F528B; }
a { background-color: rgb(31,82,139); }
div.DivClassName
{
background-color: #1F528B;
}
.BgClassName
{
background-color: #1F528B;
}
</style>
border-color css
<style>
span { border-color: #1F528B; }
span { border-color: rgb(31,82,139); }
td.TdClassName
{
border-color: #1F528B;
}
.TagClassName
{
border-color: #1F528B;
}
</style>