#185D78

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

Shades of Orient #185D78

Tints of Orient #185D78

Color information

#185D78 (or 0x185D78) is unknown color: approx Orient. HEX triplet: 18, 5D and 78. RGB value is (24,93,120). Sum of RGB (Red+Green+Blue) = 24+93+120=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #185D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D78 is #E7A287. Grayscale: #4B4B4B. Windows color (decimal): -15180424 or 7888152. OLE color: 7888152.

HSL color Cylindrical-coordinate representation of color #185D78: hue angle of 196.88º 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 #185D78 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2493120-
CMYK0.80.2200.53
HSL196.88º66.67%28.24%-
HSV(B)196.88º80%47.06%-
XYZ7.689.3819.17-
YUV75.45153.1491.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=10.13%
G=39.24%
B=50.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24931200.80.2200.53196.8866.6728.24
Hex185D785016035c5431c
Octal301351701202606530510334
Binary1100010111011111000101000010110011010111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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