#1A5374

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

Shades of Orient #1A5374

Tints of Orient #1A5374

Color information

#1A5374 (or 0x1A5374) is unknown color: approx Orient. HEX triplet: 1A, 53 and 74. RGB value is (26,83,116). Sum of RGB (Red+Green+Blue) = 26+83+116=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A5374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5374 is #E5AC8B. Grayscale: #454545. Windows color (decimal): -15051916 or 7623450. OLE color: 7623450.

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

Color convert

RGB2683116-
CMYK0.780.2800.55
HSL202º63.38%27.84%-
HSV(B)202º77.59%45.49%-
XYZ6.677.6717.65-
YUV69.72154.1296.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=11.56%
G=36.89%
B=51.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26831160.780.2800.5520263.3827.84
Hex1A53744E1C037ca3f1c
Octal32123164116340673127734
Binary110101010011111010010011101110001101111100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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