#185C6E

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

Shades of Orient #185C6E

Tints of Orient #185C6E

Color information

#185C6E (or 0x185C6E) is unknown color: approx Orient. HEX triplet: 18, 5C and 6E. RGB value is (24,92,110). Sum of RGB (Red+Green+Blue) = 24+92+110=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #185C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C6E is #E7A391. Grayscale: #494949. Windows color (decimal): -15180690 or 7232536. OLE color: 7232536.

HSL color Cylindrical-coordinate representation of color #185C6E: hue angle of 192.56º 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 #185C6E is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2492110-
CMYK0.780.1600.57
HSL192.56º64.18%26.27%-
HSV(B)192.56º78.18%43.14%-
XYZ7.028.9716.11-
YUV73.72148.4792.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=10.62%
G=40.71%
B=48.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24921100.780.1600.57192.5664.1826.27
Hex185C6E4E10039c1401a
Octal301341561162007130110032
Binary1100010111001101110100111010000011100111000001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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