#1F4F89

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

Shades of Endeavour #1F4F89

Tints of Endeavour #1F4F89

Color information

#1F4F89 (or 0x1F4F89) is unknown color: approx Endeavour. HEX triplet: 1F, 4F and 89. RGB value is (31,79,137). Sum of RGB (Red+Green+Blue) = 31+79+137=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F4F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4F89 is #E0B076. Grayscale: #464646. Windows color (decimal): -14725239 or 8998687. OLE color: 8998687.

HSL color Cylindrical-coordinate representation of color #1F4F89: hue angle of 212.83º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4F89 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3179137-
CMYK0.770.4200.46
HSL212.83º63.1%32.94%-
HSV(B)212.83º77.37%53.73%-
XYZ7.887.6924.74-
YUV71.26165.199.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=12.55%
G=31.98%
B=55.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31791370.770.4200.46212.8363.132.94
Hex1F4F894D2A02Ed53f21
Octal37117211115520563257741
Binary111111001111100010011001101101010010111011010101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,79,137); }

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

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

 a { background-color: rgb(31,79,137); }

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

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

 span { border-color: rgb(31,79,137); }

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