#185B78

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

Shades of Orient #185B78

Tints of Orient #185B78

Color information

#185B78 (or 0x185B78) is unknown color: approx Orient. HEX triplet: 18, 5B and 78. RGB value is (24,91,120). Sum of RGB (Red+Green+Blue) = 24+91+120=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #185B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B78 is #E7A487. Grayscale: #4A4A4A. Windows color (decimal): -15180936 or 7887640. OLE color: 7887640.

HSL color Cylindrical-coordinate representation of color #185B78: hue angle of 198.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185B78 is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2491120-
CMYK0.80.2400.53
HSL198.12º66.67%28.24%-
HSV(B)198.12º80%47.06%-
XYZ7.519.0319.12-
YUV74.27153.892.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=10.21%
G=38.72%
B=51.06%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24911200.80.2400.53198.1266.6728.24
Hex185B785018035c6431c
Octal301331701203006530610334
Binary1100010110111111000101000011000011010111000110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,91,120); }

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

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

 a { background-color: rgb(24,91,120); }

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

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

 span { border-color: rgb(24,91,120); }

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