#1A5472

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

Shades of Orient #1A5472

Tints of Orient #1A5472

Color information

#1A5472 (or 0x1A5472) is unknown color: approx Orient. HEX triplet: 1A, 54 and 72. RGB value is (26,84,114). Sum of RGB (Red+Green+Blue) = 26+84+114=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5472 is #E5AB8D. Grayscale: #454545. Windows color (decimal): -15051662 or 7492634. OLE color: 7492634.

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

Color convert

RGB2684114-
CMYK0.770.2600.55
HSL200.45º62.86%27.45%-
HSV(B)200.45º77.19%44.71%-
XYZ6.637.7817.07-
YUV70.08152.7896.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=11.61%
G=37.5%
B=50.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26841140.770.2600.55200.4562.8627.45
Hex1A54724D1A037c83f1b
Octal32124162115320673107733
Binary110101010100111001010011011101001101111100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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