#1F5295

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

Shades of Endeavour #1F5295

Tints of Endeavour #1F5295

Color information

#1F5295 (or 0x1F5295) is unknown color: approx Endeavour. HEX triplet: 1F, 52 and 95. RGB value is (31,82,149). Sum of RGB (Red+Green+Blue) = 31+82+149=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F5295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5295 is #E0AD6A. Grayscale: #4A4A4A. Windows color (decimal): -14724459 or 9785887. OLE color: 9785887.

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

Color convert

RGB3182149-
CMYK0.790.4500.42
HSL214.07º65.56%35.29%-
HSV(B)214.07º79.19%58.43%-
XYZ9.018.529.6-
YUV74.39170.197.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=11.83%
G=31.30%
B=56.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31821490.790.4500.42214.0765.5635.29
Hex1F52954F2D02Ad64223
Octal371222251175505232610243
Binary1111110100101001010110011111011010101010110101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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