#1A5176

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

Shades of Orient #1A5176

Tints of Orient #1A5176

Color information

#1A5176 (or 0x1A5176) is unknown color: approx Orient. HEX triplet: 1A, 51 and 76. RGB value is (26,81,118). Sum of RGB (Red+Green+Blue) = 26+81+118=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5176 is #E5AE89. Grayscale: #444444. Windows color (decimal): -15052426 or 7754010. OLE color: 7754010.

HSL color Cylindrical-coordinate representation of color #1A5176: hue angle of 204.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5176 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2681118-
CMYK0.780.3100.54
HSL204.13º63.89%28.24%-
HSV(B)204.13º77.97%46.27%-
XYZ6.647.4118.22-
YUV68.77155.7897.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=11.56%
G=36%
B=52.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26811180.780.3100.54204.1363.8928.24
Hex1A51764E1F036cc401c
Octal321211661163706631410034
Binary1101010100011110110100111011111011011011001100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,118); }

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

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

 a { background-color: rgb(26,81,118); }

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

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

 span { border-color: rgb(26,81,118); }

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