#1a509d

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

Shades of Endeavour #1A509D

Tints of Endeavour #1A509D

Color information

#1A509D (or 0x1A509D) is unknown color: approx Endeavour. HEX triplet: 1A, 50 and 9D. RGB value is (26,80,157). Sum of RGB (Red+Green+Blue) = 26+80+157=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A509D is #E5AF62. Grayscale: #484848. Windows color (decimal): -15052643 or 10309658. OLE color: 10309658.

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

Color convert

RGB2680157-
CMYK0.830.4900.38
HSL215.27º71.58%35.88%-
HSV(B)215.27º83.44%61.57%-
XYZ9.388.3933.02-
YUV72.63175.6194.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 157 (61.72% from 255) = 59.70%
R=9.89%
G=30.42%
B=59.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26801570.830.4900.38215.2771.5835.88
Hex1A509D5331026d74824
Octal321202351236104632711044
Binary1101010100001001110110100111100010100110110101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a509d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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