#1A4E70

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

Shades of Orient #1A4E70

Tints of Orient #1A4E70

Color information

#1A4E70 (or 0x1A4E70) is unknown color: approx Orient. HEX triplet: 1A, 4E and 70. RGB value is (26,78,112). Sum of RGB (Red+Green+Blue) = 26+78+112=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A4E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E70 is #E5B18F. Grayscale: #424242. Windows color (decimal): -15053200 or 7360026. OLE color: 7360026.

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

Color convert

RGB2678112-
CMYK0.770.3000.56
HSL203.72º62.32%27.06%-
HSV(B)203.72º76.79%43.92%-
XYZ6.086.8416.33-
YUV66.33153.7799.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=12.04%
G=36.11%
B=51.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26781120.770.3000.56203.7262.3227.06
Hex1A4E704D1E038cc3e1b
Octal32116160115360703147633
Binary110101001110111000010011011111001110001100110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,112); }

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

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

 a { background-color: rgb(26,78,112); }

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

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

 span { border-color: rgb(26,78,112); }

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