#1C5C90

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

Shades of Endeavour #1C5C90

Tints of Endeavour #1C5C90

Color information

#1C5C90 (or 0x1C5C90) is unknown color: approx Endeavour. HEX triplet: 1C, 5C and 90. RGB value is (28,92,144). Sum of RGB (Red+Green+Blue) = 28+92+144=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C5C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5C90 is #E3A36F. Grayscale: #4E4E4E. Windows color (decimal): -14918512 or 9460764. OLE color: 9460764.

HSL color Cylindrical-coordinate representation of color #1C5C90: hue angle of 206.9º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5C90 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2892144-
CMYK0.810.3600.44
HSL206.9º67.44%33.73%-
HSV(B)206.9º80.56%56.47%-
XYZ9.349.9127.81-
YUV78.79164.891.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=10.61%
G=34.85%
B=54.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28921440.810.3600.44206.967.4433.73
Hex1C5C90512402Ccf4322
Octal341342201214405431710342
Binary1110010111001001000010100011001000101100110011111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,144); }

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

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

 a { background-color: rgb(28,92,144); }

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

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

 span { border-color: rgb(28,92,144); }

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