#1C5C96

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

Shades of Endeavour #1C5C96

Tints of Endeavour #1C5C96

Color information

#1C5C96 (or 0x1C5C96) is unknown color: approx Endeavour. HEX triplet: 1C, 5C and 96. RGB value is (28,92,150). Sum of RGB (Red+Green+Blue) = 28+92+150=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C5C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5C96 is #E3A369. Grayscale: #4F4F4F. Windows color (decimal): -14918506 or 9853980. OLE color: 9853980.

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

Color convert

RGB2892150-
CMYK0.810.3900.41
HSL208.52º68.54%34.9%-
HSV(B)208.52º81.33%58.82%-
XYZ9.8110.130.29-
YUV79.48167.891.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=10.37%
G=34.07%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28921500.810.3900.41208.5268.5434.9
Hex1C5C965127029d14523
Octal341342261214705132110543
Binary1110010111001001011010100011001110101001110100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,150); }

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

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

 a { background-color: rgb(28,92,150); }

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

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

 span { border-color: rgb(28,92,150); }

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