#1F4D9F

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

Shades of Endeavour #1F4D9F

Tints of Endeavour #1F4D9F

Color information

#1F4D9F (or 0x1F4D9F) is unknown color: approx Endeavour. HEX triplet: 1F, 4D and 9F. RGB value is (31,77,159). Sum of RGB (Red+Green+Blue) = 31+77+159=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F4D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4D9F is #E0B260. Grayscale: #484848. Windows color (decimal): -14725729 or 10439967. OLE color: 10439967.

HSL color Cylindrical-coordinate representation of color #1F4D9F: hue angle of 218.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F4D9F is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3177159-
CMYK0.810.5200.38
HSL218.44º67.37%37.25%-
HSV(B)218.44º80.5%62.35%-
XYZ9.488.133.87-
YUV72.59176.7698.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=11.61%
G=28.84%
B=59.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31771590.810.5200.38218.4467.3737.25
Hex1F4D9F5134026da4325
Octal371152371216404633210345
Binary1111110011011001111110100011101000100110110110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,77,159); }

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

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

 a { background-color: rgb(31,77,159); }

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

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

 span { border-color: rgb(31,77,159); }

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