#1A4E9E

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

Shades of Endeavour #1A4E9E

Tints of Endeavour #1A4E9E

Color information

#1A4E9E (or 0x1A4E9E) is unknown color: approx Endeavour. HEX triplet: 1A, 4E and 9E. RGB value is (26,78,158). Sum of RGB (Red+Green+Blue) = 26+78+158=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A4E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4E9E is #E5B161. Grayscale: #474747. Windows color (decimal): -15053154 or 10374682. OLE color: 10374682.

HSL color Cylindrical-coordinate representation of color #1A4E9E: hue angle of 216.36º 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 #1A4E9E is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2678158-
CMYK0.840.5100.38
HSL216.36º71.74%36.08%-
HSV(B)216.36º83.54%61.96%-
XYZ9.328.1433.43-
YUV71.57176.7795.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=9.92%
G=29.77%
B=60.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26781580.840.5100.38216.3671.7436.08
Hex1A4E9E5433026d84824
Octal321162361246304633011044
Binary1101010011101001111010101001100110100110110110001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,158); }

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

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

 a { background-color: rgb(26,78,158); }

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

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

 span { border-color: rgb(26,78,158); }

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