#1F4E96

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

Shades of Endeavour #1F4E96

Tints of Endeavour #1F4E96

Color information

#1F4E96 (or 0x1F4E96) is unknown color: approx Endeavour. HEX triplet: 1F, 4E and 96. RGB value is (31,78,150). Sum of RGB (Red+Green+Blue) = 31+78+150=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F4E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4E96 is #E0B169. Grayscale: #474747. Windows color (decimal): -14725482 or 9850399. OLE color: 9850399.

HSL color Cylindrical-coordinate representation of color #1F4E96: hue angle of 216.3º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4E96 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3178150-
CMYK0.790.4800.41
HSL216.3º65.75%35.49%-
HSV(B)216.3º79.33%58.82%-
XYZ8.797.9429.92-
YUV72.16171.9398.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=11.97%
G=30.12%
B=57.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31781500.790.4800.41216.365.7535.49
Hex1F4E964F30029d84223
Octal371162261176005133010243
Binary1111110011101001011010011111100000101001110110001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,78,150); }

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

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

 a { background-color: rgb(31,78,150); }

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

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

 span { border-color: rgb(31,78,150); }

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