#1A5773

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

Shades of Orient #1A5773

Tints of Orient #1A5773

Color information

#1A5773 (or 0x1A5773) is unknown color: approx Orient. HEX triplet: 1A, 57 and 73. RGB value is (26,87,115). Sum of RGB (Red+Green+Blue) = 26+87+115=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5773 is #E5A88C. Grayscale: #474747. Windows color (decimal): -15050893 or 7558938. OLE color: 7558938.

HSL color Cylindrical-coordinate representation of color #1A5773: hue angle of 198.88º 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 #1A5773 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2687115-
CMYK0.770.2400.55
HSL198.88º63.12%27.65%-
HSV(B)198.88º77.39%45.1%-
XYZ6.938.2717.45-
YUV71.95152.2995.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=11.40%
G=38.16%
B=50.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26871150.770.2400.55198.8863.1227.65
Hex1A57734D18037c73f1c
Octal32127163115300673077734
Binary110101010111111001110011011100001101111100011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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