#1A5974

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

Shades of Orient #1A5974

Tints of Orient #1A5974

Color information

#1A5974 (or 0x1A5974) is unknown color: approx Orient. HEX triplet: 1A, 59 and 74. RGB value is (26,89,116). Sum of RGB (Red+Green+Blue) = 26+89+116=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5974 is #E5A68B. Grayscale: #494949. Windows color (decimal): -15050380 or 7624986. OLE color: 7624986.

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

Color convert

RGB2689116-
CMYK0.780.2300.55
HSL198º63.38%27.84%-
HSV(B)198º77.59%45.49%-
XYZ7.158.6317.81-
YUV73.24152.1394.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=11.26%
G=38.53%
B=50.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26891160.780.2300.5519863.3827.84
Hex1A59744E17037c63f1c
Octal32131164116270673067734
Binary110101011001111010010011101011101101111100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,116); }

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

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

 a { background-color: rgb(26,89,116); }

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

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

 span { border-color: rgb(26,89,116); }

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