#1F5699

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

Shades of Endeavour #1F5699

Tints of Endeavour #1F5699

Color information

#1F5699 (or 0x1F5699) is unknown color: approx Endeavour. HEX triplet: 1F, 56 and 99. RGB value is (31,86,153). Sum of RGB (Red+Green+Blue) = 31+86+153=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F5699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5699 is #E0A966. Grayscale: #4C4C4C. Windows color (decimal): -14723431 or 10049055. OLE color: 10049055.

HSL color Cylindrical-coordinate representation of color #1F5699: hue angle of 212.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F5699 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3186153-
CMYK0.800.4400.4
HSL212.95º66.3%36.08%-
HSV(B)212.95º79.74%60%-
XYZ9.649.2531.41-
YUV77.19170.7895.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=11.48%
G=31.85%
B=56.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31861530.800.4400.4212.9566.336.08
Hex1F5699502C028d54224
Octal371262311205405032510244
Binary1111110101101001100110100001011000101000110101011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,153); }

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

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

 a { background-color: rgb(31,86,153); }

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

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

 span { border-color: rgb(31,86,153); }

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