#1F5296

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

Shades of Endeavour #1F5296

Tints of Endeavour #1F5296

Color information

#1F5296 (or 0x1F5296) is unknown color: approx Endeavour. HEX triplet: 1F, 52 and 96. RGB value is (31,82,150). Sum of RGB (Red+Green+Blue) = 31+82+150=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F5296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5296 is #E0AD69. Grayscale: #4A4A4A. Windows color (decimal): -14724458 or 9851423. OLE color: 9851423.

HSL color Cylindrical-coordinate representation of color #1F5296: hue angle of 214.29º 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 #1F5296 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3182150-
CMYK0.790.4500.41
HSL214.29º65.75%35.49%-
HSV(B)214.29º79.33%58.82%-
XYZ9.098.5330.02-
YUV74.5170.696.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.79%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=11.79%
G=31.18%
B=57.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31821500.790.4500.41214.2965.7535.49
Hex1F52964F2D029d64223
Octal371222261175505132610243
Binary1111110100101001011010011111011010101001110101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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