#1A4D72

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

Shades of Orient #1A4D72

Tints of Orient #1A4D72

Color information

#1A4D72 (or 0x1A4D72) is unknown color: approx Orient. HEX triplet: 1A, 4D and 72. RGB value is (26,77,114). Sum of RGB (Red+Green+Blue) = 26+77+114=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A4D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D72 is #E5B28D. Grayscale: #414141. Windows color (decimal): -15053454 or 7490842. OLE color: 7490842.

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

Color convert

RGB2677114-
CMYK0.770.3200.55
HSL205.23º62.86%27.45%-
HSV(B)205.23º77.19%44.71%-
XYZ6.126.7416.9-
YUV65.97155.199.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=11.98%
G=35.48%
B=52.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26771140.770.3200.55205.2362.8627.45
Hex1A4D724D20037cd3f1b
Octal32115162115400673157733
Binary1101010011011110010100110110000001101111100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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