#1f5191

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

Shades of Endeavour #1F5191

Tints of Endeavour #1F5191

Color information

#1F5191 (or 0x1F5191) is unknown color: approx Endeavour. HEX triplet: 1F, 51 and 91. RGB value is (31,81,145). Sum of RGB (Red+Green+Blue) = 31+81+145=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F5191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5191 is #E0AE6E. Grayscale: #494949. Windows color (decimal): -14724719 or 9523487. OLE color: 9523487.

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

Color convert

RGB3181145-
CMYK0.790.4400.43
HSL213.68º64.77%34.51%-
HSV(B)213.68º78.62%56.86%-
XYZ8.628.2227.92-
YUV73.35168.4497.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=12.06%
G=31.52%
B=56.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31811450.790.4400.43213.6864.7734.51
Hex1F51914F2C02Bd64123
Octal371212211175405332610143
Binary1111110100011001000110011111011000101011110101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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