#1F4A90

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

Shades of Endeavour #1F4A90

Tints of Endeavour #1F4A90

Color information

#1F4A90 (or 0x1F4A90) is unknown color: approx Endeavour. HEX triplet: 1F, 4A and 90. RGB value is (31,74,144). Sum of RGB (Red+Green+Blue) = 31+74+144=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F4A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4A90 is #E0B56F. Grayscale: #444444. Windows color (decimal): -14726512 or 9456159. OLE color: 9456159.

HSL color Cylindrical-coordinate representation of color #1F4A90: hue angle of 217.17º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F4A90 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3174144-
CMYK0.780.4900.44
HSL217.17º64.57%34.31%-
HSV(B)217.17º78.47%56.47%-
XYZ8.057.227.35-
YUV69.12170.25100.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=12.45%
G=29.72%
B=57.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31741440.780.4900.44217.1764.5734.31
Hex1F4A904E3102Cd94122
Octal371122201166105433110142
Binary1111110010101001000010011101100010101100110110011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,144); }

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

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

 a { background-color: rgb(31,74,144); }

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

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

 span { border-color: rgb(31,74,144); }

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