#185373

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

Shades of Orient #185373

Tints of Orient #185373

Color information

#185373 (or 0x185373) is unknown color: approx Orient. HEX triplet: 18, 53 and 73. RGB value is (24,83,115). Sum of RGB (Red+Green+Blue) = 24+83+115=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #185373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185373 is #E7AC8C. Grayscale: #444444. Windows color (decimal): -15182989 or 7557912. OLE color: 7557912.

HSL color Cylindrical-coordinate representation of color #185373: hue angle of 201.1º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185373 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2483115-
CMYK0.790.2800.55
HSL201.1º65.47%27.25%-
HSV(B)201.1º79.13%45.1%-
XYZ6.567.6217.34-
YUV69.01153.9595.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=10.81%
G=37.39%
B=51.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24831150.790.2800.55201.165.4727.25
Hex1853734F1C037c9411b
Octal301231631173406731110133
Binary1100010100111110011100111111100011011111001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185373; }

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

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

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

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

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

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

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

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