#1F4C88

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

Shades of Endeavour #1F4C88

Tints of Endeavour #1F4C88

Color information

#1F4C88 (or 0x1F4C88) is unknown color: approx Endeavour. HEX triplet: 1F, 4C and 88. RGB value is (31,76,136). Sum of RGB (Red+Green+Blue) = 31+76+136=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F4C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4C88 is #E0B377. Grayscale: #454545. Windows color (decimal): -14726008 or 8932383. OLE color: 8932383.

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

Color convert

RGB3176136-
CMYK0.770.4400.47
HSL214.29º62.87%32.75%-
HSV(B)214.29º77.21%53.33%-
XYZ7.597.2424.29-
YUV69.38165.59100.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 136 (53.52% from 255) = 55.97%
R=12.76%
G=31.28%
B=55.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31761360.770.4400.47214.2962.8732.75
Hex1F4C884D2C02Fd63f21
Octal37114210115540573267741
Binary111111001100100010001001101101100010111111010110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,76,136); }

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

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

 a { background-color: rgb(31,76,136); }

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

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

 span { border-color: rgb(31,76,136); }

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