#1A4C71

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

Shades of Orient #1A4C71

Tints of Orient #1A4C71

Color information

#1A4C71 (or 0x1A4C71) is unknown color: approx Orient. HEX triplet: 1A, 4C and 71. RGB value is (26,76,113). Sum of RGB (Red+Green+Blue) = 26+76+113=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A4C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C71 is #E5B38E. Grayscale: #414141. Windows color (decimal): -15053711 or 7425050. OLE color: 7425050.

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

Color convert

RGB2676113-
CMYK0.770.3300.56
HSL205.52º62.59%27.25%-
HSV(B)205.52º76.99%44.31%-
XYZ5.996.5816.58-
YUV65.27154.9499.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=12.09%
G=35.35%
B=52.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26761130.770.3300.56205.5262.5927.25
Hex1A4C714D21038ce3f1b
Octal32114161115410703167733
Binary1101010011001110001100110110000101110001100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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