#1A5E71

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

Shades of Orient #1A5E71

Tints of Orient #1A5E71

Color information

#1A5E71 (or 0x1A5E71) is unknown color: approx Orient. HEX triplet: 1A, 5E and 71. RGB value is (26,94,113). Sum of RGB (Red+Green+Blue) = 26+94+113=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E71 is #E5A18E. Grayscale: #4B4B4B. Windows color (decimal): -15049103 or 7429658. OLE color: 7429658.

HSL color Cylindrical-coordinate representation of color #1A5E71: hue angle of 193.1º 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 #1A5E71 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2694113-
CMYK0.770.1700.56
HSL193.1º62.59%27.25%-
HSV(B)193.1º76.99%44.31%-
XYZ7.419.4217.05-
YUV75.83148.9792.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=11.16%
G=40.34%
B=48.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26941130.770.1700.56193.162.5927.25
Hex1A5E714D11038c13f1b
Octal32136161115210703017733
Binary110101011110111000110011011000101110001100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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