#1A5292

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

Shades of Endeavour #1A5292

Tints of Endeavour #1A5292

Color information

#1A5292 (or 0x1A5292) is unknown color: approx Endeavour. HEX triplet: 1A, 52 and 92. RGB value is (26,82,146). Sum of RGB (Red+Green+Blue) = 26+82+146=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A5292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5292 is #E5AD6D. Grayscale: #484848. Windows color (decimal): -15052142 or 9589274. OLE color: 9589274.

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

Color convert

RGB2682146-
CMYK0.820.4400.43
HSL212º69.77%33.73%-
HSV(B)212º82.19%57.25%-
XYZ8.638.3328.35-
YUV72.55169.4594.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=10.24%
G=32.28%
B=57.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26821460.820.4400.4321269.7733.73
Hex1A5292522C02Bd44622
Octal321222221225405332410642
Binary1101010100101001001010100101011000101011110101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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