#1A5293

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

Shades of Endeavour #1A5293

Tints of Endeavour #1A5293

Color information

#1A5293 (or 0x1A5293) is unknown color: approx Endeavour. HEX triplet: 1A, 52 and 93. RGB value is (26,82,147). Sum of RGB (Red+Green+Blue) = 26+82+147=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A5293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5293 is #E5AD6C. Grayscale: #484848. Windows color (decimal): -15052141 or 9654810. OLE color: 9654810.

HSL color Cylindrical-coordinate representation of color #1A5293: hue angle of 212.23º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A5293 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2682147-
CMYK0.820.4400.42
HSL212.23º69.94%33.92%-
HSV(B)212.23º82.31%57.65%-
XYZ8.718.3628.76-
YUV72.67169.9594.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=10.20%
G=32.16%
B=57.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26821470.820.4400.42212.2369.9433.92
Hex1A5293522C02Ad44622
Octal321222231225405232410642
Binary1101010100101001001110100101011000101010110101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,82,147); }

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

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

 a { background-color: rgb(26,82,147); }

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

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

 span { border-color: rgb(26,82,147); }

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