#1D5B77

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

Shades of Orient #1D5B77

Tints of Orient #1D5B77

Color information

#1D5B77 (or 0x1D5B77) is unknown color: approx Orient. HEX triplet: 1D, 5B and 77. RGB value is (29,91,119). Sum of RGB (Red+Green+Blue) = 29+91+119=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5B77 is #E2A488. Grayscale: #4B4B4B. Windows color (decimal): -14853257 or 7822109. OLE color: 7822109.

HSL color Cylindrical-coordinate representation of color #1D5B77: hue angle of 198.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D5B77 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2991119-
CMYK0.760.2400.53
HSL198.67º60.81%29.02%-
HSV(B)198.67º75.63%46.67%-
XYZ7.589.0818.81-
YUV75.65152.4694.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=12.13%
G=38.08%
B=49.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29911190.760.2400.53198.6760.8129.02
Hex1D5B774C18035c73d1d
Octal35133167114300653077535
Binary111011011011111011110011001100001101011100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,91,119); }

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

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

 a { background-color: rgb(29,91,119); }

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

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

 span { border-color: rgb(29,91,119); }

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