#1C5293

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

Shades of Endeavour #1C5293

Tints of Endeavour #1C5293

Color information

#1C5293 (or 0x1C5293) is unknown color: approx Endeavour. HEX triplet: 1C, 52 and 93. RGB value is (28,82,147). Sum of RGB (Red+Green+Blue) = 28+82+147=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C5293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5293 is #E3AD6C. Grayscale: #484848. Windows color (decimal): -14921069 or 9654812. OLE color: 9654812.

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

Color convert

RGB2882147-
CMYK0.810.4400.42
HSL212.77º68%34.31%-
HSV(B)212.77º80.95%57.65%-
XYZ8.768.3928.76-
YUV73.26169.6195.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=10.89%
G=31.91%
B=57.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28821470.810.4400.42212.776834.31
Hex1C5293512C02Ad54422
Octal341222231215405232510442
Binary1110010100101001001110100011011000101010110101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,82,147); }

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

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

 a { background-color: rgb(28,82,147); }

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

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

 span { border-color: rgb(28,82,147); }

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