#1A5894

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

Shades of Endeavour #1A5894

Tints of Endeavour #1A5894

Color information

#1A5894 (or 0x1A5894) is unknown color: approx Endeavour. HEX triplet: 1A, 58 and 94. RGB value is (26,88,148). Sum of RGB (Red+Green+Blue) = 26+88+148=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A5894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5894 is #E5A76B. Grayscale: #4C4C4C. Windows color (decimal): -15050604 or 9721882. OLE color: 9721882.

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

Color convert

RGB2688148-
CMYK0.820.4100.42
HSL209.51º70.11%34.12%-
HSV(B)209.51º82.43%58.04%-
XYZ9.269.3429.33-
YUV76.3168.4692.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=9.92%
G=33.59%
B=56.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26881480.820.4100.42209.5170.1134.12
Hex1A5894522902Ad24622
Octal321302241225105232210642
Binary1101010110001001010010100101010010101010110100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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