#185A71

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

Shades of Orient #185A71

Tints of Orient #185A71

Color information

#185A71 (or 0x185A71) is unknown color: approx Orient. HEX triplet: 18, 5A and 71. RGB value is (24,90,113). Sum of RGB (Red+Green+Blue) = 24+90+113=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #185A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A71 is #E7A58E. Grayscale: #484848. Windows color (decimal): -15181199 or 7428632. OLE color: 7428632.

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

Color convert

RGB2490113-
CMYK0.790.2000.56
HSL195.51º64.96%26.86%-
HSV(B)195.51º78.76%44.31%-
XYZ7.018.716.93-
YUV72.89150.6393.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=10.57%
G=39.65%
B=49.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24901130.790.2000.56195.5164.9626.86
Hex185A714F14038c4411b
Octal301321611172407030410133
Binary1100010110101110001100111110100011100011000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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