Shades of Endeavour #1F529B
Tints of Endeavour #1F529B
RGB
CMYK
RGB Variations
Color information
#1F529B (or 0x1F529B) is known color: Endeavour. HEX triplet: 1F, 52 and 9B. RGB value is (31,82,155). Sum of RGB (Red+Green+Blue) = 31+82+155=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F529B is #E0AD64. Grayscale: #4A4A4A. Windows color (decimal): -14724453 or 10179103. OLE color: 10179103.
HSL color Cylindrical-coordinate representation of color #1F529B: hue angle of 215.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F529B is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 82 | 155 | - |
| CMYK | 0.8 | 0.47 | 0 | 0.39 |
| HSL | 215.32º | 0.67% | 0.36% | - |
| HSV(B) | 215.32º | 0.8% | 0.61% | - |
| XYZ | 9.5 | 8.69 | 32.19 | - |
| YUV | 75.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 155 | 0.8 | 0.47 | 0 | 0.39 | 215.32 | 0.67 | 0.36 |
| Hex | 1F | 52 | 9B | 50 | 2F | 0 | 27 | D7 | 43 | 24 |
| Octal | 37 | 122 | 233 | 120 | 57 | 0 | 47 | 327 | 103 | 44 |
| Binary | 11111 | 1010010 | 10011011 | 1010000 | 101111 | 0 | 100111 | 11010111 | 1000011 | 100100 |
Color Harmonies of #1F529B
Complementary color
Monochromatic Colors of #1F529B
Black with #1F529B
Text Example
Text Example
White with #1F529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F529B; }
p { color: rgb(31,82,155); }
H1.HeaderClassName
{
color: #1F529B;
}
.AnyTagClassName
{
color: #1F529B;
}
</style>
background-color css
<style>
a { background-color: #1F529B; }
a { background-color: rgb(31,82,155); }
div.DivClassName
{
background-color: #1F529B;
}
.BgClassName
{
background-color: #1F529B;
}
</style>
border-color css
<style>
span { border-color: #1F529B; }
span { border-color: rgb(31,82,155); }
td.TdClassName
{
border-color: #1F529B;
}
.TagClassName
{
border-color: #1F529B;
}
</style>