#1A4796

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

Shades of Endeavour #1A4796

Tints of Endeavour #1A4796

Color information

#1A4796 (or 0x1A4796) is unknown color: approx Endeavour. HEX triplet: 1A, 47 and 96. RGB value is (26,71,150). Sum of RGB (Red+Green+Blue) = 26+71+150=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A4796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4796 is #E5B869. Grayscale: #424242. Windows color (decimal): -15054954 or 9848602. OLE color: 9848602.

HSL color Cylindrical-coordinate representation of color #1A4796: hue angle of 218.23º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4796 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2671150-
CMYK0.830.5300.41
HSL218.23º70.45%34.51%-
HSV(B)218.23º82.67%58.82%-
XYZ8.186.9329.76-
YUV66.55175.0999.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=10.53%
G=28.74%
B=60.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26711500.830.5300.41218.2370.4534.51
Hex1A47965335029da4623
Octal321072261236505133210643
Binary1101010001111001011010100111101010101001110110101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,150); }

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

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

 a { background-color: rgb(26,71,150); }

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

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

 span { border-color: rgb(26,71,150); }

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