#1C5193

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

Shades of Endeavour #1C5193

Tints of Endeavour #1C5193

Color information

#1C5193 (or 0x1C5193) is unknown color: approx Endeavour. HEX triplet: 1C, 51 and 93. RGB value is (28,81,147). Sum of RGB (Red+Green+Blue) = 28+81+147=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C5193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5193 is #E3AE6C. Grayscale: #484848. Windows color (decimal): -14921325 or 9654556. OLE color: 9654556.

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

Color convert

RGB2881147-
CMYK0.810.4500.42
HSL213.28º68%34.31%-
HSV(B)213.28º80.95%57.65%-
XYZ8.698.2428.74-
YUV72.68169.9496.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=10.94%
G=31.64%
B=57.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28811470.810.4500.42213.286834.31
Hex1C5193512D02Ad54422
Octal341212231215505232510442
Binary1110010100011001001110100011011010101010110101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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