#1C559B

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

Shades of Endeavour #1C559B

Tints of Endeavour #1C559B

Color information

#1C559B (or 0x1C559B) is unknown color: approx Endeavour. HEX triplet: 1C, 55 and 9B. RGB value is (28,85,155). Sum of RGB (Red+Green+Blue) = 28+85+155=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C559B is #E3AA64. Grayscale: #4B4B4B. Windows color (decimal): -14920293 or 10179868. OLE color: 10179868.

HSL color Cylindrical-coordinate representation of color #1C559B: hue angle of 213.07º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C559B is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2885155-
CMYK0.820.4500.39
HSL213.07º69.4%35.88%-
HSV(B)213.07º81.94%60.78%-
XYZ9.649.1132.26-
YUV75.94172.6293.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=10.45%
G=31.72%
B=57.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28851550.820.4500.39213.0769.435.88
Hex1C559B522D027d54524
Octal341252331225504732510544
Binary1110010101011001101110100101011010100111110101011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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