#1A5772

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

Shades of Orient #1A5772

Tints of Orient #1A5772

Color information

#1A5772 (or 0x1A5772) is unknown color: approx Orient. HEX triplet: 1A, 57 and 72. RGB value is (26,87,114). Sum of RGB (Red+Green+Blue) = 26+87+114=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A5772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5772 is #E5A88D. Grayscale: #474747. Windows color (decimal): -15050894 or 7493402. OLE color: 7493402.

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

Color convert

RGB2687114-
CMYK0.770.2400.55
HSL198.41º62.86%27.45%-
HSV(B)198.41º77.19%44.71%-
XYZ6.878.2517.15-
YUV71.84151.7995.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=11.45%
G=38.33%
B=50.22%

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
Decimal26871140.770.2400.55198.4162.8627.45
Hex1A57724D18037c63f1b
Octal32127162115300673067733
Binary110101010111111001010011011100001101111100011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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