#1A52A2

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

Shades of Endeavour #1A52A2

Tints of Endeavour #1A52A2

Color information

#1A52A2 (or 0x1A52A2) is unknown color: approx Endeavour. HEX triplet: 1A, 52 and A2. RGB value is (26,82,162). Sum of RGB (Red+Green+Blue) = 26+82+162=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A52A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A52A2 is #E5AD5D. Grayscale: #4A4A4A. Windows color (decimal): -15052126 or 10637850. OLE color: 10637850.

HSL color Cylindrical-coordinate representation of color #1A52A2: hue angle of 215.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A52A2 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2682162-
CMYK0.840.4900.36
HSL215.29º72.34%36.86%-
HSV(B)215.29º83.95%63.53%-
XYZ9.968.8635.37-
YUV74.38177.4593.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 162 (63.67% from 255) = 60%
R=9.63%
G=30.37%
B=60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26821620.840.4900.36215.2972.3436.86
Hex1A52A25431024d74825
Octal321222421246104432711045
Binary1101010100101010001010101001100010100100110101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A52A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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