#1A5E92

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

Shades of Endeavour #1A5E92

Tints of Endeavour #1A5E92

Color information

#1A5E92 (or 0x1A5E92) is unknown color: approx Endeavour. HEX triplet: 1A, 5E and 92. RGB value is (26,94,146). Sum of RGB (Red+Green+Blue) = 26+94+146=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A5E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E92 is #E5A16D. Grayscale: #4F4F4F. Windows color (decimal): -15049070 or 9592346. OLE color: 9592346.

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

Color convert

RGB2694146-
CMYK0.820.3600.43
HSL206º69.77%33.73%-
HSV(B)206º82.19%57.25%-
XYZ9.6210.328.68-
YUV79.6165.4789.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=9.77%
G=35.34%
B=54.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26941460.820.3600.4320669.7733.73
Hex1A5E92522402Bce4622
Octal321362221224405331610642
Binary1101010111101001001010100101001000101011110011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,94,146); }

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

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

 a { background-color: rgb(26,94,146); }

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

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

 span { border-color: rgb(26,94,146); }

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