#1D5A69

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

Shades of Orient #1D5A69

Tints of Orient #1D5A69

Color information

#1D5A69 (or 0x1D5A69) is unknown color: approx Orient. HEX triplet: 1D, 5A and 69. RGB value is (29,90,105). Sum of RGB (Red+Green+Blue) = 29+90+105=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D5A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A69 is #E2A596. Grayscale: #494949. Windows color (decimal): -14853527 or 6904349. OLE color: 6904349.

HSL color Cylindrical-coordinate representation of color #1D5A69: hue angle of 191.84º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D5A69 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2990105-
CMYK0.720.1400.59
HSL191.84º56.72%26.27%-
HSV(B)191.84º72.38%41.18%-
XYZ6.718.5914.67-
YUV73.47145.7996.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=12.95%
G=40.18%
B=46.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29901050.720.1400.59191.8456.7226.27
Hex1D5A6948E03Bc0391a
Octal35132151110160733007132
Binary11101101101011010011001000111001110111100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,105); }

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

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

 a { background-color: rgb(29,90,105); }

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

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

 span { border-color: rgb(29,90,105); }

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