#1A5072

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

Shades of Orient #1A5072

Tints of Orient #1A5072

Color information

#1A5072 (or 0x1A5072) is unknown color: approx Orient. HEX triplet: 1A, 50 and 72. RGB value is (26,80,114). Sum of RGB (Red+Green+Blue) = 26+80+114=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A5072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5072 is #E5AF8D. Grayscale: #434343. Windows color (decimal): -15052686 or 7491610. OLE color: 7491610.

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

Color convert

RGB2680114-
CMYK0.770.3000.55
HSL203.18º62.86%27.45%-
HSV(B)203.18º77.19%44.71%-
XYZ6.337.1716.97-
YUV67.73154.1198.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=11.82%
G=36.36%
B=51.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26801140.770.3000.55203.1862.8627.45
Hex1A50724D1E037cb3f1b
Octal32120162115360673137733
Binary110101010000111001010011011111001101111100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,114); }

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

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

 a { background-color: rgb(26,80,114); }

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

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

 span { border-color: rgb(26,80,114); }

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