#1A5473

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

Shades of Orient #1A5473

Tints of Orient #1A5473

Color information

#1A5473 (or 0x1A5473) is unknown color: approx Orient. HEX triplet: 1A, 54 and 73. RGB value is (26,84,115). Sum of RGB (Red+Green+Blue) = 26+84+115=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5473 is #E5AB8C. Grayscale: #464646. Windows color (decimal): -15051661 or 7558170. OLE color: 7558170.

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

Color convert

RGB2684115-
CMYK0.770.2700.55
HSL200.9º63.12%27.65%-
HSV(B)200.9º77.39%45.1%-
XYZ6.697.817.37-
YUV70.19153.2896.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=11.56%
G=37.33%
B=51.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26841150.770.2700.55200.963.1227.65
Hex1A54734D1B037c93f1c
Octal32124163115330673117734
Binary110101010100111001110011011101101101111100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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