#185A78

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

Shades of Orient #185A78

Tints of Orient #185A78

Color information

#185A78 (or 0x185A78) is unknown color: approx Orient. HEX triplet: 18, 5A and 78. RGB value is (24,90,120). Sum of RGB (Red+Green+Blue) = 24+90+120=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #185A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A78 is #E7A587. Grayscale: #494949. Windows color (decimal): -15181192 or 7887384. OLE color: 7887384.

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

Color convert

RGB2490120-
CMYK0.80.2500.53
HSL198.75º66.67%28.24%-
HSV(B)198.75º80%47.06%-
XYZ7.428.8619.09-
YUV73.69154.1392.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=10.26%
G=38.46%
B=51.28%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24901200.80.2500.53198.7566.6728.24
Hex185A785019035c7431c
Octal301321701203106530710334
Binary1100010110101111000101000011001011010111000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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