#1A5576

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

Shades of Orient #1A5576

Tints of Orient #1A5576

Color information

#1A5576 (or 0x1A5576) is unknown color: approx Orient. HEX triplet: 1A, 55 and 76. RGB value is (26,85,118). Sum of RGB (Red+Green+Blue) = 26+85+118=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A5576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5576 is #E5AA89. Grayscale: #464646. Windows color (decimal): -15051402 or 7755034. OLE color: 7755034.

HSL color Cylindrical-coordinate representation of color #1A5576: hue angle of 201.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5576 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2685118-
CMYK0.780.2800.54
HSL201.52º63.89%28.24%-
HSV(B)201.52º77.97%46.27%-
XYZ6.948.0218.32-
YUV71.12154.4595.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=11.35%
G=37.12%
B=51.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26851180.780.2800.54201.5263.8928.24
Hex1A55764E1C036ca401c
Octal321251661163406631210034
Binary1101010101011110110100111011100011011011001010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,118); }

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

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

 a { background-color: rgb(26,85,118); }

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

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

 span { border-color: rgb(26,85,118); }

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