#1A6691

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

Shades of Endeavour #1A6691

Tints of Endeavour #1A6691

Color information

#1A6691 (or 0x1A6691) is unknown color: approx Endeavour. HEX triplet: 1A, 66 and 91. RGB value is (26,102,145). Sum of RGB (Red+Green+Blue) = 26+102+145=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6691 is #E5996E. Grayscale: #535353. Windows color (decimal): -15047023 or 9528858. OLE color: 9528858.

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

Color convert

RGB26102145-
CMYK0.820.3000.43
HSL201.68º69.59%33.53%-
HSV(B)201.68º82.07%56.86%-
XYZ10.2911.7728.52-
YUV84.18162.3286.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=9.52%
G=37.36%
B=53.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261021450.820.3000.43201.6869.5933.53
Hex1A6691521E02Bca4622
Octal321462211223605331210642
Binary110101100110100100011010010111100101011110010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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