#185772

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

Shades of Orient #185772

Tints of Orient #185772

Color information

#185772 (or 0x185772) is unknown color: approx Orient. HEX triplet: 18, 57 and 72. RGB value is (24,87,114). Sum of RGB (Red+Green+Blue) = 24+87+114=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #185772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185772 is #E7A88D. Grayscale: #474747. Windows color (decimal): -15181966 or 7493400. OLE color: 7493400.

HSL color Cylindrical-coordinate representation of color #185772: hue angle of 198º degrees, saturation: 0.65, 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 #185772 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2487114-
CMYK0.790.2400.55
HSL198º65.22%27.06%-
HSV(B)198º78.95%44.71%-
XYZ6.828.2317.15-
YUV71.24152.1394.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=10.67%
G=38.67%
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.55
SystemRedGreenBlueCMYKHSL
Decimal24871140.790.2400.5519865.2227.06
Hex1857724F18037c6411b
Octal301271621173006730610133
Binary1100010101111110010100111111000011011111000110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185772; }

 p { color: rgb(24,87,114); }

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

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

 a { background-color: rgb(24,87,114); }

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

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

 span { border-color: rgb(24,87,114); }

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