#1a556a

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

Shades of Orient #1A556A

Tints of Orient #1A556A

Color information

#1A556A (or 0x1A556A) is unknown color: approx Orient. HEX triplet: 1A, 55 and 6A. RGB value is (26,85,106). Sum of RGB (Red+Green+Blue) = 26+85+106=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A556A is #E5AA95. Grayscale: #454545. Windows color (decimal): -15051414 or 6968602. OLE color: 6968602.

HSL color Cylindrical-coordinate representation of color #1A556A: hue angle of 195.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A556A is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2685106-
CMYK0.750.2000.58
HSL195.75º60.61%25.88%-
HSV(B)195.75º75.47%41.57%-
XYZ6.287.7614.8-
YUV69.75148.4596.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=11.98%
G=39.17%
B=48.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26851060.750.2000.58195.7560.6125.88
Hex1A556A4B1403Ac43d1a
Octal32125152113240723047532
Binary110101010101110101010010111010001110101100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a556a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,106); }

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

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

 a { background-color: rgb(26,85,106); }

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

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

 span { border-color: rgb(26,85,106); }

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