#1F5788

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

Shades of Endeavour #1F5788

Tints of Endeavour #1F5788

Color information

#1F5788 (or 0x1F5788) is unknown color: approx Endeavour. HEX triplet: 1F, 57 and 88. RGB value is (31,87,136). Sum of RGB (Red+Green+Blue) = 31+87+136=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5788 is #E0A877. Grayscale: #4B4B4B. Windows color (decimal): -14723192 or 8935199. OLE color: 8935199.

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

Color convert

RGB3187136-
CMYK0.770.3600.47
HSL208º62.87%32.75%-
HSV(B)208º77.21%53.33%-
XYZ8.428.8924.56-
YUV75.84161.9596.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=12.20%
G=34.25%
B=53.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31871360.770.3600.4720862.8732.75
Hex1F57884D2402Fd03f21
Octal37127210115440573207741
Binary111111010111100010001001101100100010111111010000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,87,136); }

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

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

 a { background-color: rgb(31,87,136); }

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

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

 span { border-color: rgb(31,87,136); }

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