#1F5591

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

Shades of Endeavour #1F5591

Tints of Endeavour #1F5591

Color information

#1F5591 (or 0x1F5591) is unknown color: approx Endeavour. HEX triplet: 1F, 55 and 91. RGB value is (31,85,145). Sum of RGB (Red+Green+Blue) = 31+85+145=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5591 is #E0AA6E. Grayscale: #4B4B4B. Windows color (decimal): -14723695 or 9524511. OLE color: 9524511.

HSL color Cylindrical-coordinate representation of color #1F5591: hue angle of 211.58º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5591 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3185145-
CMYK0.790.4100.43
HSL211.58º64.77%34.51%-
HSV(B)211.58º78.62%56.86%-
XYZ8.928.8328.02-
YUV75.69167.1196.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=11.88%
G=32.57%
B=55.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31851450.790.4100.43211.5864.7734.51
Hex1F55914F2902Bd44123
Octal371252211175105332410143
Binary1111110101011001000110011111010010101011110101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,85,145); }

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

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

 a { background-color: rgb(31,85,145); }

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

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

 span { border-color: rgb(31,85,145); }

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