#1A5A9C

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

Shades of Endeavour #1A5A9C

Tints of Endeavour #1A5A9C

Color information

#1A5A9C (or 0x1A5A9C) is unknown color: approx Endeavour. HEX triplet: 1A, 5A and 9C. RGB value is (26,90,156). Sum of RGB (Red+Green+Blue) = 26+90+156=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A5A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A9C is #E5A563. Grayscale: #4E4E4E. Windows color (decimal): -15050084 or 10246682. OLE color: 10246682.

HSL color Cylindrical-coordinate representation of color #1A5A9C: hue angle of 210.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5A9C is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2690156-
CMYK0.830.4200.39
HSL210.46º71.43%35.69%-
HSV(B)210.46º83.33%61.18%-
XYZ10.089.9332.84-
YUV78.39171.890.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=9.56%
G=33.09%
B=57.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26901560.830.4200.39210.4671.4335.69
Hex1A5A9C532A027d24724
Octal321322341235204732210744
Binary1101010110101001110010100111010100100111110100101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,90,156); }

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

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

 a { background-color: rgb(26,90,156); }

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

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

 span { border-color: rgb(26,90,156); }

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