#1A5893

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

Shades of Endeavour #1A5893

Tints of Endeavour #1A5893

Color information

#1A5893 (or 0x1A5893) is unknown color: approx Endeavour. HEX triplet: 1A, 58 and 93. RGB value is (26,88,147). Sum of RGB (Red+Green+Blue) = 26+88+147=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A5893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5893 is #E5A76C. Grayscale: #4B4B4B. Windows color (decimal): -15050605 or 9656346. OLE color: 9656346.

HSL color Cylindrical-coordinate representation of color #1A5893: hue angle of 209.26º 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 #1A5893 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2688147-
CMYK0.820.4000.42
HSL209.26º69.94%33.92%-
HSV(B)209.26º82.31%57.65%-
XYZ9.189.3128.92-
YUV76.19167.9692.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.96%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=9.96%
G=33.72%
B=56.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26881470.820.4000.42209.2669.9433.92
Hex1A5893522802Ad14622
Octal321302231225005232110642
Binary1101010110001001001110100101010000101010110100011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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