#1A519F

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

Shades of Endeavour #1A519F

Tints of Endeavour #1A519F

Color information

#1A519F (or 0x1A519F) is unknown color: approx Endeavour. HEX triplet: 1A, 51 and 9F. RGB value is (26,81,159). Sum of RGB (Red+Green+Blue) = 26+81+159=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A519F is #E5AE60. Grayscale: #494949. Windows color (decimal): -15052385 or 10440986. OLE color: 10440986.

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

Color convert

RGB2681159-
CMYK0.840.4900.38
HSL215.19º71.89%36.27%-
HSV(B)215.19º83.65%62.35%-
XYZ9.638.6133.95-
YUV73.45176.2894.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 159 (62.5% from 255) = 59.77%
R=9.77%
G=30.45%
B=59.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26811590.840.4900.38215.1971.8936.27
Hex1A519F5431026d74824
Octal321212371246104632711044
Binary1101010100011001111110101001100010100110110101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,159); }

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

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

 a { background-color: rgb(26,81,159); }

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

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

 span { border-color: rgb(26,81,159); }

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