#1D5373

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

Shades of Orient #1D5373

Tints of Orient #1D5373

Color information

#1D5373 (or 0x1D5373) is unknown color: approx Orient. HEX triplet: 1D, 53 and 73. RGB value is (29,83,115). Sum of RGB (Red+Green+Blue) = 29+83+115=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D5373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5373 is #E2AC8C. Grayscale: #464646. Windows color (decimal): -14855309 or 7557917. OLE color: 7557917.

HSL color Cylindrical-coordinate representation of color #1D5373: hue angle of 202.33º 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 #1D5373 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2983115-
CMYK0.750.2800.55
HSL202.33º59.72%28.24%-
HSV(B)202.33º74.78%45.1%-
XYZ6.697.6917.35-
YUV70.5153.1198.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=12.78%
G=36.56%
B=50.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29831150.750.2800.55202.3359.7228.24
Hex1D53734B1C037ca3c1c
Octal35123163113340673127434
Binary111011010011111001110010111110001101111100101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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