#1F508F

Color #1F508F Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1F508F

Tints of Endeavour #1F508F

Color information

#1F508F (or 0x1F508F) is unknown color: approx Endeavour. HEX triplet: 1F, 50 and 8F. RGB value is (31,80,143). Sum of RGB (Red+Green+Blue) = 31+80+143=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F508F is #E0AF70. Grayscale: #484848. Windows color (decimal): -14724977 or 9392159. OLE color: 9392159.

HSL color Cylindrical-coordinate representation of color #1F508F: hue angle of 213.75º 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 #1F508F is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3180143-
CMYK0.780.4400.44
HSL213.75º64.37%34.12%-
HSV(B)213.75º78.32%56.08%-
XYZ8.398.0127.09-
YUV72.53167.7798.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=12.20%
G=31.50%
B=56.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31801430.780.4400.44213.7564.3734.12
Hex1F508F4E2C02Cd64022
Octal371202171165405432610042
Binary1111110100001000111110011101011000101100110101101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F508F; }

 p { color: rgb(31,80,143); }

 H1.HeaderClassName
 {
   color: #1F508F;
 }
 .AnyTagClassName
 {
   color: #1F508F;
 }
</style>
background-color css

<style>
 a { background-color: #1F508F; }

 a { background-color: rgb(31,80,143); }

 div.DivClassName
 {
   background-color: #1F508F;
 }
 .BgClassName
 {
   background-color: #1F508F;
 }
</style>
border-color css

<style>
 span { border-color: #1F508F; }

 span { border-color: rgb(31,80,143); }

 td.TdClassName
 {
   border-color: #1F508F;
 }
 .TagClassName
 {
   border-color: #1F508F;
 }
</style>