#1C5992

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

Shades of Endeavour #1C5992

Tints of Endeavour #1C5992

Color information

#1C5992 (or 0x1C5992) is unknown color: approx Endeavour. HEX triplet: 1C, 59 and 92. RGB value is (28,89,146). Sum of RGB (Red+Green+Blue) = 28+89+146=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5992 is #E3A66D. Grayscale: #4C4C4C. Windows color (decimal): -14919278 or 9591068. OLE color: 9591068.

HSL color Cylindrical-coordinate representation of color #1C5992: hue angle of 208.98º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5992 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2889146-
CMYK0.810.3900.43
HSL208.98º67.82%34.12%-
HSV(B)208.98º80.82%57.25%-
XYZ9.249.4728.53-
YUV77.26166.7992.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=10.65%
G=33.84%
B=55.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28891460.810.3900.43208.9867.8234.12
Hex1C5992512702Bd14422
Octal341312221214705332110442
Binary1110010110011001001010100011001110101011110100011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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