#1F5493

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

Shades of Endeavour #1F5493

Tints of Endeavour #1F5493

Color information

#1F5493 (or 0x1F5493) is unknown color: approx Endeavour. HEX triplet: 1F, 54 and 93. RGB value is (31,84,147). Sum of RGB (Red+Green+Blue) = 31+84+147=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F5493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5493 is #E0AB6C. Grayscale: #4B4B4B. Windows color (decimal): -14723949 or 9655327. OLE color: 9655327.

HSL color Cylindrical-coordinate representation of color #1F5493: hue angle of 212.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5493 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3184147-
CMYK0.790.4300.42
HSL212.59º65.17%34.9%-
HSV(B)212.59º78.91%57.65%-
XYZ98.7428.82-
YUV75.33168.4496.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=11.83%
G=32.06%
B=56.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31841470.790.4300.42212.5965.1734.9
Hex1F54934F2B02Ad54123
Octal371242231175305232510143
Binary1111110101001001001110011111010110101010110101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,147); }

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

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

 a { background-color: rgb(31,84,147); }

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

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

 span { border-color: rgb(31,84,147); }

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