#185573

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

Shades of Orient #185573

Tints of Orient #185573

Color information

#185573 (or 0x185573) is unknown color: approx Orient. HEX triplet: 18, 55 and 73. RGB value is (24,85,115). Sum of RGB (Red+Green+Blue) = 24+85+115=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #185573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185573 is #E7AA8C. Grayscale: #464646. Windows color (decimal): -15182477 or 7558424. OLE color: 7558424.

HSL color Cylindrical-coordinate representation of color #185573: hue angle of 199.78º 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 #185573 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2485115-
CMYK0.790.2600.55
HSL199.78º65.47%27.25%-
HSV(B)199.78º79.13%45.1%-
XYZ6.727.9317.4-
YUV70.18153.2995.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=10.71%
G=37.95%
B=51.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24851150.790.2600.55199.7865.4727.25
Hex1855734F1A037c8411b
Octal301251631173206731010133
Binary1100010101011110011100111111010011011111001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185573; }

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

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

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

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

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

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

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

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