#1D5176

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

Shades of Orient #1D5176

Tints of Orient #1D5176

Color information

#1D5176 (or 0x1D5176) is unknown color: approx Orient. HEX triplet: 1D, 51 and 76. RGB value is (29,81,118). Sum of RGB (Red+Green+Blue) = 29+81+118=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5176 is #E2AE89. Grayscale: #454545. Windows color (decimal): -14855818 or 7754013. OLE color: 7754013.

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

Color convert

RGB2981118-
CMYK0.750.3100.54
HSL204.94º60.54%28.82%-
HSV(B)204.94º75.42%46.27%-
XYZ6.727.4518.22-
YUV69.67155.2798.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=12.72%
G=35.53%
B=51.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29811180.750.3100.54204.9460.5428.82
Hex1D51764B1F036cd3d1d
Octal35121166113370663157535
Binary111011010001111011010010111111101101101100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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