#1c5392

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

Shades of Endeavour #1C5392

Tints of Endeavour #1C5392

Color information

#1C5392 (or 0x1C5392) is unknown color: approx Endeavour. HEX triplet: 1C, 53 and 92. RGB value is (28,83,146). Sum of RGB (Red+Green+Blue) = 28+83+146=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C5392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5392 is #E3AC6D. Grayscale: #494949. Windows color (decimal): -14920814 or 9589532. OLE color: 9589532.

HSL color Cylindrical-coordinate representation of color #1C5392: hue angle of 212.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5392 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2883146-
CMYK0.810.4300.43
HSL212.03º67.82%34.12%-
HSV(B)212.03º80.82%57.25%-
XYZ8.768.5128.37-
YUV73.74168.7895.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=10.89%
G=32.30%
B=56.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28831460.810.4300.43212.0367.8234.12
Hex1C5392512B02Bd44422
Octal341232221215305332410442
Binary1110010100111001001010100011010110101011110101001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,146); }

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

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

 a { background-color: rgb(28,83,146); }

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

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

 span { border-color: rgb(28,83,146); }

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