#1C5A98

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

Shades of Endeavour #1C5A98

Tints of Endeavour #1C5A98

Color information

#1C5A98 (or 0x1C5A98) is unknown color: approx Endeavour. HEX triplet: 1C, 5A and 98. RGB value is (28,90,152). Sum of RGB (Red+Green+Blue) = 28+90+152=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C5A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5A98 is #E3A567. Grayscale: #4E4E4E. Windows color (decimal): -14919016 or 9984540. OLE color: 9984540.

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

Color convert

RGB2890152-
CMYK0.820.4100.40
HSL210º68.89%35.29%-
HSV(B)210º81.58%59.61%-
XYZ9.89.8331.09-
YUV78.53169.4691.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=10.37%
G=33.33%
B=56.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28901520.820.4100.4021068.8935.29
Hex1C5A985229028d24523
Octal341322301225105032210543
Binary1110010110101001100010100101010010101000110100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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