#1C5799

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

Shades of Endeavour #1C5799

Tints of Endeavour #1C5799

Color information

#1C5799 (or 0x1C5799) is unknown color: approx Endeavour. HEX triplet: 1C, 57 and 99. RGB value is (28,87,153). Sum of RGB (Red+Green+Blue) = 28+87+153=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C5799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5799 is #E3A866. Grayscale: #4C4C4C. Windows color (decimal): -14919783 or 10049308. OLE color: 10049308.

HSL color Cylindrical-coordinate representation of color #1C5799: hue angle of 211.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C5799 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2887153-
CMYK0.820.4300.4
HSL211.68º69.06%35.49%-
HSV(B)211.68º81.7%60%-
XYZ9.649.3631.44-
YUV76.88170.9593.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=10.45%
G=32.46%
B=57.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal28871530.820.4300.4211.6869.0635.49
Hex1C5799522B028d44523
Octal341272311225305032410543
Binary1110010101111001100110100101010110101000110101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,87,153); }

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

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

 a { background-color: rgb(28,87,153); }

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

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

 span { border-color: rgb(28,87,153); }

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