#185476

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

Shades of Orient #185476

Tints of Orient #185476

Color information

#185476 (or 0x185476) is unknown color: approx Orient. HEX triplet: 18, 54 and 76. RGB value is (24,84,118). Sum of RGB (Red+Green+Blue) = 24+84+118=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #185476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185476 is #E7AB89. Grayscale: #454545. Windows color (decimal): -15182730 or 7754776. OLE color: 7754776.

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

Color convert

RGB2484118-
CMYK0.800.2900.54
HSL201.7º66.2%27.84%-
HSV(B)201.7º79.66%46.27%-
XYZ6.827.8418.29-
YUV69.94155.1295.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=10.62%
G=37.17%
B=52.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24841180.800.2900.54201.766.227.84
Hex185476501D036ca421c
Octal301241661203506631210234
Binary1100010101001110110101000011101011011011001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185476; }

 p { color: rgb(24,84,118); }

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

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

 a { background-color: rgb(24,84,118); }

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

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

 span { border-color: rgb(24,84,118); }

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