#1C5187

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

Shades of Endeavour #1C5187

Tints of Endeavour #1C5187

Color information

#1C5187 (or 0x1C5187) is unknown color: approx Endeavour. HEX triplet: 1C, 51 and 87. RGB value is (28,81,135). Sum of RGB (Red+Green+Blue) = 28+81+135=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5187 is #E3AE78. Grayscale: #474747. Windows color (decimal): -14921337 or 8868124. OLE color: 8868124.

HSL color Cylindrical-coordinate representation of color #1C5187: hue angle of 210.28º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5187 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2881135-
CMYK0.790.4000.47
HSL210.28º65.64%31.96%-
HSV(B)210.28º79.26%52.94%-
XYZ7.797.8824.03-
YUV71.31163.9497.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=11.48%
G=33.20%
B=55.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28811350.790.4000.47210.2865.6431.96
Hex1C51874F2802Fd24220
Octal341212071175005732210240
Binary1110010100011000011110011111010000101111110100101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,135); }

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

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

 a { background-color: rgb(28,81,135); }

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

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

 span { border-color: rgb(28,81,135); }

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