#1F549E

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

Shades of Endeavour #1F549E

Tints of Endeavour #1F549E

Color information

#1F549E (or 0x1F549E) is unknown color: approx Endeavour. HEX triplet: 1F, 54 and 9E. RGB value is (31,84,158). Sum of RGB (Red+Green+Blue) = 31+84+158=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F549E is #E0AB61. Grayscale: #4C4C4C. Windows color (decimal): -14723938 or 10376223. OLE color: 10376223.

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

Color convert

RGB3184158-
CMYK0.800.4700.38
HSL214.96º67.2%37.06%-
HSV(B)214.96º80.38%61.96%-
XYZ9.919.133.58-
YUV76.59173.9495.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=11.36%
G=30.77%
B=57.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31841580.800.4700.38214.9667.237.06
Hex1F549E502F026d74325
Octal371242361205704632710345
Binary1111110101001001111010100001011110100110110101111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,158); }

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

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

 a { background-color: rgb(31,84,158); }

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

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

 span { border-color: rgb(31,84,158); }

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