#1F478F

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

Shades of Endeavour #1F478F

Tints of Endeavour #1F478F

Color information

#1F478F (or 0x1F478F) is unknown color: approx Endeavour. HEX triplet: 1F, 47 and 8F. RGB value is (31,71,143). Sum of RGB (Red+Green+Blue) = 31+71+143=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F478F is #E0B870. Grayscale: #424242. Windows color (decimal): -14727281 or 9389855. OLE color: 9389855.

HSL color Cylindrical-coordinate representation of color #1F478F: hue angle of 218.57º degrees, saturation: 0.64, 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 #1F478F is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3171143-
CMYK0.780.5000.44
HSL218.57º64.37%34.12%-
HSV(B)218.57º78.32%56.08%-
XYZ7.786.7826.89-
YUV67.25170.75102.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 143 (56.25% from 255) = 58.37%
R=12.65%
G=28.98%
B=58.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31711430.780.5000.44218.5764.3734.12
Hex1F478F4E3202Cdb4022
Octal371072171166205433310042
Binary1111110001111000111110011101100100101100110110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,143); }

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

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

 a { background-color: rgb(31,71,143); }

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

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

 span { border-color: rgb(31,71,143); }

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