#1C518F

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

Shades of Endeavour #1C518F

Tints of Endeavour #1C518F

Color information

#1C518F (or 0x1C518F) is unknown color: approx Endeavour. HEX triplet: 1C, 51 and 8F. RGB value is (28,81,143). Sum of RGB (Red+Green+Blue) = 28+81+143=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C518F is #E3AE70. Grayscale: #474747. Windows color (decimal): -14921329 or 9392412. OLE color: 9392412.

HSL color Cylindrical-coordinate representation of color #1C518F: hue angle of 212.35º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C518F is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2881143-
CMYK0.800.4300.44
HSL212.35º67.25%33.53%-
HSV(B)212.35º80.42%56.08%-
XYZ8.388.1127.11-
YUV72.22167.9496.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 143 (56.25% from 255) = 56.75%
R=11.11%
G=32.14%
B=56.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28811430.800.4300.44212.3567.2533.53
Hex1C518F502B02Cd44322
Octal341212171205305432410342
Binary1110010100011000111110100001010110101100110101001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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