#1C558F

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

Shades of Endeavour #1C558F

Tints of Endeavour #1C558F

Color information

#1C558F (or 0x1C558F) is unknown color: approx Endeavour. HEX triplet: 1C, 55 and 8F. RGB value is (28,85,143). Sum of RGB (Red+Green+Blue) = 28+85+143=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C558F is #E3AA70. Grayscale: #4A4A4A. Windows color (decimal): -14920305 or 9393436. OLE color: 9393436.

HSL color Cylindrical-coordinate representation of color #1C558F: hue angle of 210.26º 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 #1C558F is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2885143-
CMYK0.800.4100.44
HSL210.26º67.25%33.53%-
HSV(B)210.26º80.42%56.08%-
XYZ8.698.7327.21-
YUV74.57166.6294.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=10.94%
G=33.20%
B=55.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28851430.800.4100.44210.2667.2533.53
Hex1C558F502902Cd24322
Octal341252171205105432210342
Binary1110010101011000111110100001010010101100110100101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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