#185A79

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

Shades of Orient #185A79

Tints of Orient #185A79

Color information

#185A79 (or 0x185A79) is unknown color: approx Orient. HEX triplet: 18, 5A and 79. RGB value is (24,90,121). Sum of RGB (Red+Green+Blue) = 24+90+121=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #185A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A79 is #E7A586. Grayscale: #494949. Windows color (decimal): -15181191 or 7952920. OLE color: 7952920.

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

Color convert

RGB2490121-
CMYK0.800.2600.53
HSL199.18º66.9%28.43%-
HSV(B)199.18º80.17%47.45%-
XYZ7.488.8919.41-
YUV73.8154.6392.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=10.21%
G=38.30%
B=51.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24901210.800.2600.53199.1866.928.43
Hex185A79501A035c7431c
Octal301321711203206530710334
Binary1100010110101111001101000011010011010111000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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