#1C5A94

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

Shades of Endeavour #1C5A94

Tints of Endeavour #1C5A94

Color information

#1C5A94 (or 0x1C5A94) is unknown color: approx Endeavour. HEX triplet: 1C, 5A and 94. RGB value is (28,90,148). Sum of RGB (Red+Green+Blue) = 28+90+148=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C5A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5A94 is #E3A56B. Grayscale: #4D4D4D. Windows color (decimal): -14919020 or 9722396. OLE color: 9722396.

HSL color Cylindrical-coordinate representation of color #1C5A94: hue angle of 209º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5A94 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2890148-
CMYK0.810.3900.42
HSL209º68.18%34.51%-
HSV(B)209º81.08%58.04%-
XYZ9.489.729.39-
YUV78.07167.4692.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=10.53%
G=33.83%
B=55.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28901480.810.3900.4220968.1834.51
Hex1C5A94512702Ad14423
Octal341322241214705232110443
Binary1110010110101001010010100011001110101010110100011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,148); }

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

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

 a { background-color: rgb(28,90,148); }

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

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

 span { border-color: rgb(28,90,148); }

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