#185C78

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

Shades of Orient #185C78

Tints of Orient #185C78

Color information

#185C78 (or 0x185C78) is unknown color: approx Orient. HEX triplet: 18, 5C and 78. RGB value is (24,92,120). Sum of RGB (Red+Green+Blue) = 24+92+120=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #185C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C78 is #E7A387. Grayscale: #4A4A4A. Windows color (decimal): -15180680 or 7887896. OLE color: 7887896.

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

Color convert

RGB2492120-
CMYK0.80.2300.53
HSL197.5º66.67%28.24%-
HSV(B)197.5º80%47.06%-
XYZ7.599.219.15-
YUV74.86153.4791.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=10.17%
G=38.98%
B=50.85%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24921200.80.2300.53197.566.6728.24
Hex185C785017035c6431c
Octal301341701202706530610334
Binary1100010111001111000101000010111011010111000110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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