#1A5C9C

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

Shades of Endeavour #1A5C9C

Tints of Endeavour #1A5C9C

Color information

#1A5C9C (or 0x1A5C9C) is unknown color: approx Endeavour. HEX triplet: 1A, 5C and 9C. RGB value is (26,92,156). Sum of RGB (Red+Green+Blue) = 26+92+156=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A5C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5C9C is #E5A363. Grayscale: #4F4F4F. Windows color (decimal): -15049572 or 10247194. OLE color: 10247194.

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

Color convert

RGB2692156-
CMYK0.830.4100.39
HSL209.54º71.43%35.69%-
HSV(B)209.54º83.33%61.18%-
XYZ10.2510.2732.9-
YUV79.56171.1389.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=9.49%
G=33.58%
B=56.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26921560.830.4100.39209.5471.4335.69
Hex1A5C9C5329027d24724
Octal321342341235104732210744
Binary1101010111001001110010100111010010100111110100101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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