#1A50A0

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

Shades of Endeavour #1A50A0

Tints of Endeavour #1A50A0

Color information

#1A50A0 (or 0x1A50A0) is unknown color: approx Endeavour. HEX triplet: 1A, 50 and A0. RGB value is (26,80,160). Sum of RGB (Red+Green+Blue) = 26+80+160=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A50A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A50A0 is #E5AF5F. Grayscale: #484848. Windows color (decimal): -15052640 or 10506266. OLE color: 10506266.

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

Color convert

RGB2680160-
CMYK0.840.500.37
HSL215.82º72.04%36.47%-
HSV(B)215.82º83.75%62.75%-
XYZ9.648.4934.39-
YUV72.97177.1194.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 160 (62.89% from 255) = 60.15%
R=9.77%
G=30.08%
B=60.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26801600.840.500.37215.8272.0436.47
Hex1A50A05432025d84824
Octal321202401246204533011044
Binary1101010100001010000010101001100100100101110110001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A50A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,160); }

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

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

 a { background-color: rgb(26,80,160); }

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

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

 span { border-color: rgb(26,80,160); }

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