#185676

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

Shades of Orient #185676

Tints of Orient #185676

Color information

#185676 (or 0x185676) is unknown color: approx Orient. HEX triplet: 18, 56 and 76. RGB value is (24,86,118). Sum of RGB (Red+Green+Blue) = 24+86+118=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #185676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185676 is #E7A989. Grayscale: #464646. Windows color (decimal): -15182218 or 7755288. OLE color: 7755288.

HSL color Cylindrical-coordinate representation of color #185676: hue angle of 200.43º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185676 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2486118-
CMYK0.800.2700.54
HSL200.43º66.2%27.84%-
HSV(B)200.43º79.66%46.27%-
XYZ6.978.1618.35-
YUV71.11154.4694.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=10.53%
G=37.72%
B=51.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24861180.800.2700.54200.4366.227.84
Hex185676501B036c8421c
Octal301261661203306631010234
Binary1100010101101110110101000011011011011011001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185676; }

 p { color: rgb(24,86,118); }

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

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

 a { background-color: rgb(24,86,118); }

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

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

 span { border-color: rgb(24,86,118); }

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