#1A4C9D

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

Shades of Endeavour #1A4C9D

Tints of Endeavour #1A4C9D

Color information

#1A4C9D (or 0x1A4C9D) is unknown color: approx Endeavour. HEX triplet: 1A, 4C and 9D. RGB value is (26,76,157). Sum of RGB (Red+Green+Blue) = 26+76+157=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A4C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4C9D is #E5B362. Grayscale: #454545. Windows color (decimal): -15053667 or 10308634. OLE color: 10308634.

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

Color convert

RGB2676157-
CMYK0.830.5200.38
HSL217.1º71.58%35.88%-
HSV(B)217.1º83.44%61.57%-
XYZ9.17.8232.93-
YUV70.28176.9496.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=10.04%
G=29.34%
B=60.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26761570.830.5200.38217.171.5835.88
Hex1A4C9D5334026d94824
Octal321142351236404633111044
Binary1101010011001001110110100111101000100110110110011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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