#1F5999

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

Shades of Endeavour #1F5999

Tints of Endeavour #1F5999

Color information

#1F5999 (or 0x1F5999) is unknown color: approx Endeavour. HEX triplet: 1F, 59 and 99. RGB value is (31,89,153). Sum of RGB (Red+Green+Blue) = 31+89+153=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F5999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5999 is #E0A666. Grayscale: #4E4E4E. Windows color (decimal): -14722663 or 10049823. OLE color: 10049823.

HSL color Cylindrical-coordinate representation of color #1F5999: hue angle of 211.48º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F5999 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3189153-
CMYK0.800.4200.4
HSL211.48º66.3%36.08%-
HSV(B)211.48º79.74%60%-
XYZ9.899.7431.5-
YUV78.95169.7893.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=11.36%
G=32.60%
B=56.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31891530.800.4200.4211.4866.336.08
Hex1F5999502A028d34224
Octal371312311205205032310244
Binary1111110110011001100110100001010100101000110100111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,153); }

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

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

 a { background-color: rgb(31,89,153); }

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

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

 span { border-color: rgb(31,89,153); }

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