#1C5473

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

Shades of Orient #1C5473

Tints of Orient #1C5473

Color information

#1C5473 (or 0x1C5473) is unknown color: approx Orient. HEX triplet: 1C, 54 and 73. RGB value is (28,84,115). Sum of RGB (Red+Green+Blue) = 28+84+115=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5473 is #E3AB8C. Grayscale: #464646. Windows color (decimal): -14920589 or 7558172. OLE color: 7558172.

HSL color Cylindrical-coordinate representation of color #1C5473: hue angle of 201.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5473 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2884115-
CMYK0.760.2700.55
HSL201.38º60.84%28.04%-
HSV(B)201.38º75.65%45.1%-
XYZ6.747.8317.37-
YUV70.79152.9597.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=12.33%
G=37.00%
B=50.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28841150.760.2700.55201.3860.8428.04
Hex1C54734C1B037c93d1c
Octal34124163114330673117534
Binary111001010100111001110011001101101101111100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,115); }

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

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

 a { background-color: rgb(28,84,115); }

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

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

 span { border-color: rgb(28,84,115); }

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