#1A5F94

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

Shades of Endeavour #1A5F94

Tints of Endeavour #1A5F94

Color information

#1A5F94 (or 0x1A5F94) is unknown color: approx Endeavour. HEX triplet: 1A, 5F and 94. RGB value is (26,95,148). Sum of RGB (Red+Green+Blue) = 26+95+148=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A5F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5F94 is #E5A06B. Grayscale: #505050. Windows color (decimal): -15048812 or 9723674. OLE color: 9723674.

HSL color Cylindrical-coordinate representation of color #1A5F94: hue angle of 206.07º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A5F94 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2695148-
CMYK0.820.3600.42
HSL206.07º70.11%34.12%-
HSV(B)206.07º82.43%58.04%-
XYZ9.8610.5429.53-
YUV80.41166.1489.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=9.67%
G=35.32%
B=55.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26951480.820.3600.42206.0770.1134.12
Hex1A5F94522402Ace4622
Octal321372241224405231610642
Binary1101010111111001010010100101001000101010110011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,148); }

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

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

 a { background-color: rgb(26,95,148); }

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

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

 span { border-color: rgb(26,95,148); }

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