#1F5B91

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

Shades of Endeavour #1F5B91

Tints of Endeavour #1F5B91

Color information

#1F5B91 (or 0x1F5B91) is unknown color: approx Endeavour. HEX triplet: 1F, 5B and 91. RGB value is (31,91,145). Sum of RGB (Red+Green+Blue) = 31+91+145=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F5B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5B91 is #E0A46E. Grayscale: #4E4E4E. Windows color (decimal): -14722159 or 9526047. OLE color: 9526047.

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

Color convert

RGB3191145-
CMYK0.790.3700.43
HSL208.42º64.77%34.51%-
HSV(B)208.42º78.62%56.86%-
XYZ9.429.8228.19-
YUV79.22165.1293.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=11.61%
G=34.08%
B=54.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31911450.790.3700.43208.4264.7734.51
Hex1F5B914F2502Bd04123
Octal371332211174505332010143
Binary1111110110111001000110011111001010101011110100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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