#1D5773

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

Shades of Orient #1D5773

Tints of Orient #1D5773

Color information

#1D5773 (or 0x1D5773) is unknown color: approx Orient. HEX triplet: 1D, 57 and 73. RGB value is (29,87,115). Sum of RGB (Red+Green+Blue) = 29+87+115=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5773 is #E2A88C. Grayscale: #484848. Windows color (decimal): -14854285 or 7558941. OLE color: 7558941.

HSL color Cylindrical-coordinate representation of color #1D5773: hue angle of 199.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5773 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2987115-
CMYK0.750.2400.55
HSL199.53º59.72%28.24%-
HSV(B)199.53º74.78%45.1%-
XYZ7.018.3217.46-
YUV72.85151.7896.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=12.55%
G=37.66%
B=49.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29871150.750.2400.55199.5359.7228.24
Hex1D57734B18037c83c1c
Octal35127163113300673107434
Binary111011010111111001110010111100001101111100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,87,115); }

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

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

 a { background-color: rgb(29,87,115); }

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

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

 span { border-color: rgb(29,87,115); }

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