#185B6E

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

Shades of Orient #185B6E

Tints of Orient #185B6E

Color information

#185B6E (or 0x185B6E) is unknown color: approx Orient. HEX triplet: 18, 5B and 6E. RGB value is (24,91,110). Sum of RGB (Red+Green+Blue) = 24+91+110=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #185B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B6E is #E7A491. Grayscale: #484848. Windows color (decimal): -15180946 or 7232280. OLE color: 7232280.

HSL color Cylindrical-coordinate representation of color #185B6E: hue angle of 193.26º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185B6E is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2491110-
CMYK0.780.1700.57
HSL193.26º64.18%26.27%-
HSV(B)193.26º78.18%43.14%-
XYZ6.938.816.09-
YUV73.13148.892.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=10.67%
G=40.44%
B=48.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24911100.780.1700.57193.2664.1826.27
Hex185B6E4E11039c1401a
Octal301331561162107130110032
Binary1100010110111101110100111010001011100111000001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,91,110); }

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

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

 a { background-color: rgb(24,91,110); }

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

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

 span { border-color: rgb(24,91,110); }

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