#185073

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

Shades of Orient #185073

Tints of Orient #185073

Color information

#185073 (or 0x185073) is unknown color: approx Orient. HEX triplet: 18, 50 and 73. RGB value is (24,80,115). Sum of RGB (Red+Green+Blue) = 24+80+115=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #185073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185073 is #E7AF8C. Grayscale: #434343. Windows color (decimal): -15183757 or 7557144. OLE color: 7557144.

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

Color convert

RGB2480115-
CMYK0.790.3000.55
HSL203.08º65.47%27.25%-
HSV(B)203.08º79.13%45.1%-
XYZ6.347.1717.27-
YUV67.25154.9597.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=10.96%
G=36.53%
B=52.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24801150.790.3000.55203.0865.4727.25
Hex1850734F1E037cb411b
Octal301201631173606731310133
Binary1100010100001110011100111111110011011111001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185073; }

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

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

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

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

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

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

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

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