#1A5971

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

Shades of Orient #1A5971

Tints of Orient #1A5971

Color information

#1A5971 (or 0x1A5971) is unknown color: approx Orient. HEX triplet: 1A, 59 and 71. RGB value is (26,89,113). Sum of RGB (Red+Green+Blue) = 26+89+113=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5971 is #E5A68E. Grayscale: #484848. Windows color (decimal): -15050383 or 7428378. OLE color: 7428378.

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

Color convert

RGB2689113-
CMYK0.770.2100.56
HSL196.55º62.59%27.25%-
HSV(B)196.55º76.99%44.31%-
XYZ6.988.5616.91-
YUV72.9150.6394.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=11.40%
G=39.04%
B=49.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26891130.770.2100.56196.5562.5927.25
Hex1A59714D15038c53f1b
Octal32131161115250703057733
Binary110101011001111000110011011010101110001100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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