#1F4889

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

Shades of Endeavour #1F4889

Tints of Endeavour #1F4889

Color information

#1F4889 (or 0x1F4889) is unknown color: approx Endeavour. HEX triplet: 1F, 48 and 89. RGB value is (31,72,137). Sum of RGB (Red+Green+Blue) = 31+72+137=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F4889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4889 is #E0B776. Grayscale: #424242. Windows color (decimal): -14727031 or 8996895. OLE color: 8996895.

HSL color Cylindrical-coordinate representation of color #1F4889: hue angle of 216.79º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4889 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3172137-
CMYK0.770.4700.46
HSL216.79º63.1%32.94%-
HSV(B)216.79º77.37%53.73%-
XYZ7.46.7324.58-
YUV67.15167.42102.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=12.92%
G=30%
B=57.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31721370.770.4700.46216.7963.132.94
Hex1F48894D2F02Ed93f21
Octal37110211115570563317741
Binary111111001000100010011001101101111010111011011001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,137); }

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

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

 a { background-color: rgb(31,72,137); }

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

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

 span { border-color: rgb(31,72,137); }

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