Shades of Endeavour #1F509C
Tints of Endeavour #1F509C
RGB
CMYK
RGB Variations
Color information
#1F509C (or 0x1F509C) is known color: Endeavour. HEX triplet: 1F, 50 and 9C. RGB value is (31,80,156). Sum of RGB (Red+Green+Blue) = 31+80+156=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F509C is #E0AF63. Grayscale: #494949. Windows color (decimal): -14724964 or 10244127. OLE color: 10244127.
HSL color Cylindrical-coordinate representation of color #1F509C: hue angle of 216.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F509C is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 31 | 80 | 156 | - |
CMYK | 0.80 | 0.49 | 0 | 0.39 |
HSL | 216.48º | 0.67% | 0.37% | - |
HSV(B) | 216.48º | 0.8% | 0.61% | - |
XYZ | 9.43 | 8.43 | 32.58 | - |
YUV | 74.01 | 174.27 | 97.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 80 | 156 | 0.80 | 0.49 | 0 | 0.39 | 216.48 | 0.67 | 0.37 |
Hex | 1F | 50 | 9C | 50 | 31 | 0 | 27 | D8 | 43 | 25 |
Octal | 37 | 120 | 234 | 120 | 61 | 0 | 47 | 330 | 103 | 45 |
Binary | 11111 | 1010000 | 10011100 | 1010000 | 110001 | 0 | 100111 | 11011000 | 1000011 | 100101 |
Color Harmonies of #1F509C
Complementary color
Monochromatic Colors of #1F509C
Black with #1F509C
Text Example
Text Example
White with #1F509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F509C; }
p { color: rgb(31,80,156); }
H1.HeaderClassName
{
color: #1F509C;
}
.AnyTagClassName
{
color: #1F509C;
}
</style>
background-color css
<style>
a { background-color: #1F509C; }
a { background-color: rgb(31,80,156); }
div.DivClassName
{
background-color: #1F509C;
}
.BgClassName
{
background-color: #1F509C;
}
</style>
border-color css
<style>
span { border-color: #1F509C; }
span { border-color: rgb(31,80,156); }
td.TdClassName
{
border-color: #1F509C;
}
.TagClassName
{
border-color: #1F509C;
}
</style>