#185A74

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

Shades of Orient #185A74

Tints of Orient #185A74

Color information

#185A74 (or 0x185A74) is unknown color: approx Orient. HEX triplet: 18, 5A and 74. RGB value is (24,90,116). Sum of RGB (Red+Green+Blue) = 24+90+116=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #185A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A74 is #E7A58B. Grayscale: #494949. Windows color (decimal): -15181196 or 7625240. OLE color: 7625240.

HSL color Cylindrical-coordinate representation of color #185A74: hue angle of 196.96º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185A74 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2490116-
CMYK0.790.2200.55
HSL196.96º65.71%27.45%-
HSV(B)196.96º79.31%45.49%-
XYZ7.198.7717.84-
YUV73.23152.1392.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=10.43%
G=39.13%
B=50.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24901160.790.2200.55196.9665.7127.45
Hex185A744F16037c5421b
Octal301321641172606730510233
Binary1100010110101110100100111110110011011111000101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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