#185C71

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

Shades of Orient #185C71

Tints of Orient #185C71

Color information

#185C71 (or 0x185C71) is unknown color: approx Orient. HEX triplet: 18, 5C and 71. RGB value is (24,92,113). Sum of RGB (Red+Green+Blue) = 24+92+113=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #185C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C71 is #E7A38E. Grayscale: #494949. Windows color (decimal): -15180687 or 7429144. OLE color: 7429144.

HSL color Cylindrical-coordinate representation of color #185C71: hue angle of 194.16º 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 #185C71 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2492113-
CMYK0.790.1900.56
HSL194.16º64.96%26.86%-
HSV(B)194.16º78.76%44.31%-
XYZ7.189.0416.99-
YUV74.06149.9792.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=10.48%
G=40.17%
B=49.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24921130.790.1900.56194.1664.9626.86
Hex185C714F13038c2411b
Octal301341611172307030210133
Binary1100010111001110001100111110011011100011000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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