#1A6091

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

Shades of Endeavour #1A6091

Tints of Endeavour #1A6091

Color information

#1A6091 (or 0x1A6091) is unknown color: approx Endeavour. HEX triplet: 1A, 60 and 91. RGB value is (26,96,145). Sum of RGB (Red+Green+Blue) = 26+96+145=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6091 is #E59F6E. Grayscale: #505050. Windows color (decimal): -15048559 or 9527322. OLE color: 9527322.

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

Color convert

RGB2696145-
CMYK0.820.3400.43
HSL204.71º69.59%33.53%-
HSV(B)204.71º82.07%56.86%-
XYZ9.7210.6328.33-
YUV80.66164.3189.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=9.74%
G=35.96%
B=54.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26961450.820.3400.43204.7169.5933.53
Hex1A6091522202Bcd4622
Octal321402211224205331510642
Binary1101011000001001000110100101000100101011110011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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