#185A7A

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

Shades of Orient #185A7A

Tints of Orient #185A7A

Color information

#185A7A (or 0x185A7A) is unknown color: approx Orient. HEX triplet: 18, 5A and 7A. RGB value is (24,90,122). Sum of RGB (Red+Green+Blue) = 24+90+122=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #185A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A7A is #E7A585. Grayscale: #494949. Windows color (decimal): -15181190 or 8018456. OLE color: 8018456.

HSL color Cylindrical-coordinate representation of color #185A7A: hue angle of 199.59º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185A7A is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2490122-
CMYK0.800.2600.52
HSL199.59º67.12%28.63%-
HSV(B)199.59º80.33%47.84%-
XYZ7.558.9119.73-
YUV73.91155.1392.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=10.17%
G=38.14%
B=51.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24901220.800.2600.52199.5967.1228.63
Hex185A7A501A034c8431d
Octal301321721203206431010335
Binary1100010110101111010101000011010011010011001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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