#185C75

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

Shades of Orient #185C75

Tints of Orient #185C75

Color information

#185C75 (or 0x185C75) is unknown color: approx Orient. HEX triplet: 18, 5C and 75. RGB value is (24,92,117). Sum of RGB (Red+Green+Blue) = 24+92+117=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #185C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C75 is #E7A38A. Grayscale: #4A4A4A. Windows color (decimal): -15180683 or 7691288. OLE color: 7691288.

HSL color Cylindrical-coordinate representation of color #185C75: hue angle of 196.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185C75 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2492117-
CMYK0.790.2100.54
HSL196.13º65.96%27.65%-
HSV(B)196.13º79.49%45.88%-
XYZ7.419.1318.2-
YUV74.52151.9791.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=10.30%
G=39.48%
B=50.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24921170.790.2100.54196.1365.9627.65
Hex185C754F15036c4421c
Octal301341651172506630410234
Binary1100010111001110101100111110101011011011000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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