#1C5990

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

Shades of Endeavour #1C5990

Tints of Endeavour #1C5990

Color information

#1C5990 (or 0x1C5990) is unknown color: approx Endeavour. HEX triplet: 1C, 59 and 90. RGB value is (28,89,144). Sum of RGB (Red+Green+Blue) = 28+89+144=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C5990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5990 is #E3A66F. Grayscale: #4C4C4C. Windows color (decimal): -14919280 or 9459996. OLE color: 9459996.

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

Color convert

RGB2889144-
CMYK0.810.3800.44
HSL208.45º67.44%33.73%-
HSV(B)208.45º80.56%56.47%-
XYZ9.099.4127.72-
YUV77.03165.7993.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.73%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=10.73%
G=34.10%
B=55.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28891440.810.3800.44208.4567.4433.73
Hex1C5990512602Cd04322
Octal341312201214605432010342
Binary1110010110011001000010100011001100101100110100001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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