#185B7D

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

Shades of Orient #185B7D

Tints of Orient #185B7D

Color information

#185B7D (or 0x185B7D) is unknown color: approx Orient. HEX triplet: 18, 5B and 7D. RGB value is (24,91,125). Sum of RGB (Red+Green+Blue) = 24+91+125=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #185B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B7D is #E7A482. Grayscale: #4A4A4A. Windows color (decimal): -15180931 or 8215320. OLE color: 8215320.

HSL color Cylindrical-coordinate representation of color #185B7D: hue angle of 200.2º 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 #185B7D is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2491125-
CMYK0.810.2700.51
HSL200.2º67.79%29.22%-
HSV(B)200.2º80.8%49.02%-
XYZ7.829.1620.76-
YUV74.84156.391.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=10%
G=37.92%
B=52.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24911250.810.2700.51200.267.7929.22
Hex185B7D511B033c8441d
Octal301331751213306331010435
Binary1100010110111111101101000111011011001111001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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