#185F80

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

Shades of Orient #185F80

Tints of Orient #185F80

Color information

#185F80 (or 0x185F80) is unknown color: approx Orient. HEX triplet: 18, 5F and 80. RGB value is (24,95,128). Sum of RGB (Red+Green+Blue) = 24+95+128=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #185F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F80 is #E7A07F. Grayscale: #4D4D4D. Windows color (decimal): -15179904 or 8412952. OLE color: 8412952.

HSL color Cylindrical-coordinate representation of color #185F80: hue angle of 199.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185F80 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2495128-
CMYK0.810.2600.50
HSL199.04º68.42%29.8%-
HSV(B)199.04º81.25%50.2%-
XYZ8.379.9421.9-
YUV77.53156.4889.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=9.72%
G=38.46%
B=51.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24951280.810.2600.50199.0468.4229.8
Hex185F80511A032c7441e
Octal301372001213206230710436
Binary11000101111110000000101000111010011001011000111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F80; }

 p { color: rgb(24,95,128); }

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

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

 a { background-color: rgb(24,95,128); }

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

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

 span { border-color: rgb(24,95,128); }

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