#1A6292

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

Shades of Endeavour #1A6292

Tints of Endeavour #1A6292

Color information

#1A6292 (or 0x1A6292) is unknown color: approx Endeavour. HEX triplet: 1A, 62 and 92. RGB value is (26,98,146). Sum of RGB (Red+Green+Blue) = 26+98+146=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A6292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6292 is #E59D6D. Grayscale: #515151. Windows color (decimal): -15048046 or 9593370. OLE color: 9593370.

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

Color convert

RGB2698146-
CMYK0.820.3300.43
HSL204º69.77%33.73%-
HSV(B)204º82.19%57.25%-
XYZ9.9811.0328.8-
YUV81.94164.1588.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=9.63%
G=36.30%
B=54.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26981460.820.3300.4320469.7733.73
Hex1A6292522102Bcc4622
Octal321422221224105331410642
Binary1101011000101001001010100101000010101011110011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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