#1A506D

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

Shades of Orient #1A506D

Tints of Orient #1A506D

Color information

#1A506D (or 0x1A506D) is unknown color: approx Orient. HEX triplet: 1A, 50 and 6D. RGB value is (26,80,109). Sum of RGB (Red+Green+Blue) = 26+80+109=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A506D is #E5AF92. Grayscale: #424242. Windows color (decimal): -15052691 or 7163930. OLE color: 7163930.

HSL color Cylindrical-coordinate representation of color #1A506D: hue angle of 200.96º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A506D is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2680109-
CMYK0.760.2700.57
HSL200.96º61.48%26.47%-
HSV(B)200.96º76.15%42.75%-
XYZ6.057.0615.51-
YUV67.16151.6198.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=12.09%
G=37.21%
B=50.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26801090.760.2700.57200.9661.4826.47
Hex1A506D4C1B039c93d1a
Octal32120155114330713117532
Binary110101010000110110110011001101101110011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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