#1A6492

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

Shades of Endeavour #1A6492

Tints of Endeavour #1A6492

Color information

#1A6492 (or 0x1A6492) is unknown color: approx Endeavour. HEX triplet: 1A, 64 and 92. RGB value is (26,100,146). Sum of RGB (Red+Green+Blue) = 26+100+146=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6492 is #E59B6D. Grayscale: #525252. Windows color (decimal): -15047534 or 9593882. OLE color: 9593882.

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

Color convert

RGB26100146-
CMYK0.820.3200.43
HSL203º69.77%33.73%-
HSV(B)203º82.19%57.25%-
XYZ10.1711.4128.86-
YUV83.12163.4887.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=9.56%
G=36.76%
B=53.68%

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
Decimal261001460.820.3200.4320369.7733.73
Hex1A6492522002Bcb4622
Octal321442221224005331310642
Binary1101011001001001001010100101000000101011110010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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