#1F5894

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

Shades of Endeavour #1F5894

Tints of Endeavour #1F5894

Color information

#1F5894 (or 0x1F5894) is unknown color: approx Endeavour. HEX triplet: 1F, 58 and 94. RGB value is (31,88,148). Sum of RGB (Red+Green+Blue) = 31+88+148=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F5894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5894 is #E0A76B. Grayscale: #4D4D4D. Windows color (decimal): -14722924 or 9721887. OLE color: 9721887.

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

Color convert

RGB3188148-
CMYK0.790.4100.42
HSL210.77º65.36%35.1%-
HSV(B)210.77º79.05%58.04%-
XYZ9.49.4129.34-
YUV77.8167.6294.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=11.61%
G=32.96%
B=55.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31881480.790.4100.42210.7765.3635.1
Hex1F58944F2902Ad34123
Octal371302241175105232310143
Binary1111110110001001010010011111010010101010110100111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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