#1D5F77

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

Shades of Orient #1D5F77

Tints of Orient #1D5F77

Color information

#1D5F77 (or 0x1D5F77) is unknown color: approx Orient. HEX triplet: 1D, 5F and 77. RGB value is (29,95,119). Sum of RGB (Red+Green+Blue) = 29+95+119=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D5F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5F77 is #E2A088. Grayscale: #4D4D4D. Windows color (decimal): -14852233 or 7823133. OLE color: 7823133.

HSL color Cylindrical-coordinate representation of color #1D5F77: hue angle of 196º 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 #1D5F77 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2995119-
CMYK0.760.2000.53
HSL196º60.81%29.02%-
HSV(B)196º75.63%46.67%-
XYZ7.939.7818.92-
YUV78151.1393.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=11.93%
G=39.09%
B=48.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29951190.760.2000.5319660.8129.02
Hex1D5F774C14035c43d1d
Octal35137167114240653047535
Binary111011011111111011110011001010001101011100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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