#185A7D

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

Shades of Orient #185A7D

Tints of Orient #185A7D

Color information

#185A7D (or 0x185A7D) is unknown color: approx Orient. HEX triplet: 18, 5A and 7D. RGB value is (24,90,125). Sum of RGB (Red+Green+Blue) = 24+90+125=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #185A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A7D is #E7A582. Grayscale: #4A4A4A. Windows color (decimal): -15181187 or 8215064. OLE color: 8215064.

HSL color Cylindrical-coordinate representation of color #185A7D: hue angle of 200.79º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185A7D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2490125-
CMYK0.810.2800.51
HSL200.79º67.79%29.22%-
HSV(B)200.79º80.8%49.02%-
XYZ7.738.9920.73-
YUV74.26156.6392.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=10.04%
G=37.66%
B=52.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24901250.810.2800.51200.7967.7929.22
Hex185A7D511C033c9441d
Octal301321751213406331110435
Binary1100010110101111101101000111100011001111001001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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