#1F5696

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

Shades of Endeavour #1F5696

Tints of Endeavour #1F5696

Color information

#1F5696 (or 0x1F5696) is unknown color: approx Endeavour. HEX triplet: 1F, 56 and 96. RGB value is (31,86,150). Sum of RGB (Red+Green+Blue) = 31+86+150=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F5696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5696 is #E0A969. Grayscale: #4C4C4C. Windows color (decimal): -14723434 or 9852447. OLE color: 9852447.

HSL color Cylindrical-coordinate representation of color #1F5696: hue angle of 212.27º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5696 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3186150-
CMYK0.790.4300.41
HSL212.27º65.75%35.49%-
HSV(B)212.27º79.33%58.82%-
XYZ9.49.1530.12-
YUV76.85169.2895.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=11.61%
G=32.21%
B=56.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31861500.790.4300.41212.2765.7535.49
Hex1F56964F2B029d44223
Octal371262261175305132410243
Binary1111110101101001011010011111010110101001110101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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