#1F588C

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

Shades of Endeavour #1F588C

Tints of Endeavour #1F588C

Color information

#1F588C (or 0x1F588C) is unknown color: approx Endeavour. HEX triplet: 1F, 58 and 8C. RGB value is (31,88,140). Sum of RGB (Red+Green+Blue) = 31+88+140=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F588C is #E0A773. Grayscale: #4C4C4C. Windows color (decimal): -14722932 or 9197599. OLE color: 9197599.

HSL color Cylindrical-coordinate representation of color #1F588C: hue angle of 208.62º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F588C is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3188140-
CMYK0.780.3700.45
HSL208.62º63.74%33.53%-
HSV(B)208.62º77.86%54.9%-
XYZ8.799.1626.12-
YUV76.88163.6295.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=11.97%
G=33.98%
B=54.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31881400.780.3700.45208.6263.7433.53
Hex1F588C4E2502Dd14022
Octal371302141164505532110042
Binary1111110110001000110010011101001010101101110100011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,140); }

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

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

 a { background-color: rgb(31,88,140); }

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

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

 span { border-color: rgb(31,88,140); }

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