#1C5089

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

Shades of Endeavour #1C5089

Tints of Endeavour #1C5089

Color information

#1C5089 (or 0x1C5089) is unknown color: approx Endeavour. HEX triplet: 1C, 50 and 89. RGB value is (28,80,137). Sum of RGB (Red+Green+Blue) = 28+80+137=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5089 is #E3AF76. Grayscale: #464646. Windows color (decimal): -14921591 or 8998940. OLE color: 8998940.

HSL color Cylindrical-coordinate representation of color #1C5089: hue angle of 211.38º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C5089 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2880137-
CMYK0.800.4200.46
HSL211.38º66.06%32.35%-
HSV(B)211.38º79.56%53.73%-
XYZ7.867.7924.76-
YUV70.95165.2797.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=11.43%
G=32.65%
B=55.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28801370.800.4200.46211.3866.0632.35
Hex1C5089502A02Ed34220
Octal341202111205205632310240
Binary1110010100001000100110100001010100101110110100111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,80,137); }

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

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

 a { background-color: rgb(28,80,137); }

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

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

 span { border-color: rgb(28,80,137); }

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