#1A5798

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

Shades of Endeavour #1A5798

Tints of Endeavour #1A5798

Color information

#1A5798 (or 0x1A5798) is unknown color: approx Endeavour. HEX triplet: 1A, 57 and 98. RGB value is (26,87,152). Sum of RGB (Red+Green+Blue) = 26+87+152=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A5798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5798 is #E5A867. Grayscale: #4B4B4B. Windows color (decimal): -15050856 or 9983770. OLE color: 9983770.

HSL color Cylindrical-coordinate representation of color #1A5798: hue angle of 210.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5798 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2687152-
CMYK0.830.4300.40
HSL210.95º70.79%34.9%-
HSV(B)210.95º82.89%59.61%-
XYZ9.59.331-
YUV76.17170.7992.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=9.81%
G=32.83%
B=57.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26871520.830.4300.40210.9570.7934.9
Hex1A5798532B028d34723
Octal321272301235305032310743
Binary1101010101111001100010100111010110101000110100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,87,152); }

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

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

 a { background-color: rgb(26,87,152); }

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

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

 span { border-color: rgb(26,87,152); }

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