#1A6291

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

Shades of Endeavour #1A6291

Tints of Endeavour #1A6291

Color information

#1A6291 (or 0x1A6291) is unknown color: approx Endeavour. HEX triplet: 1A, 62 and 91. RGB value is (26,98,145). Sum of RGB (Red+Green+Blue) = 26+98+145=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6291 is #E59D6E. Grayscale: #515151. Windows color (decimal): -15048047 or 9527834. OLE color: 9527834.

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

Color convert

RGB2698145-
CMYK0.820.3200.43
HSL203.7º69.59%33.53%-
HSV(B)203.7º82.07%56.86%-
XYZ9.91128.39-
YUV81.83163.6588.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=9.67%
G=36.43%
B=53.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26981450.820.3200.43203.769.5933.53
Hex1A6291522002Bcc4622
Octal321422211224005331410642
Binary1101011000101001000110100101000000101011110011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,145); }

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

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

 a { background-color: rgb(26,98,145); }

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

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

 span { border-color: rgb(26,98,145); }

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