#185671

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

Shades of Orient #185671

Tints of Orient #185671

Color information

#185671 (or 0x185671) is unknown color: approx Orient. HEX triplet: 18, 56 and 71. RGB value is (24,86,113). Sum of RGB (Red+Green+Blue) = 24+86+113=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #185671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185671 is #E7A98E. Grayscale: #464646. Windows color (decimal): -15182223 or 7427608. OLE color: 7427608.

HSL color Cylindrical-coordinate representation of color #185671: hue angle of 198.2º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185671 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2486113-
CMYK0.790.2400.56
HSL198.2º64.96%26.86%-
HSV(B)198.2º78.76%44.31%-
XYZ6.698.0416.82-
YUV70.54151.9694.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=10.76%
G=38.57%
B=50.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24861130.790.2400.56198.264.9626.86
Hex1856714F18038c6411b
Octal301261611173007030610133
Binary1100010101101110001100111111000011100011000110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185671; }

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

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

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

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

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

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

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

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