#18516C

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

Shades of Orient #18516C

Tints of Orient #18516C

Color information

#18516C (or 0x18516C) is unknown color: approx Orient. HEX triplet: 18, 51 and 6C. RGB value is (24,81,108). Sum of RGB (Red+Green+Blue) = 24+81+108=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #18516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18516C is #E7AE93. Grayscale: #424242. Windows color (decimal): -15183508 or 7098648. OLE color: 7098648.

HSL color Cylindrical-coordinate representation of color #18516C: hue angle of 199.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18516C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2481108-
CMYK0.780.2500.58
HSL199.29º63.64%25.88%-
HSV(B)199.29º77.78%42.35%-
XYZ6.037.1615.25-
YUV67.04151.1297.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=11.27%
G=38.03%
B=50.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24811080.780.2500.58199.2963.6425.88
Hex18516C4E1903Ac7401a
Octal301211541163107230710032
Binary1100010100011101100100111011001011101011000111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18516C; }

 p { color: rgb(24,81,108); }

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

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

 a { background-color: rgb(24,81,108); }

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

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

 span { border-color: rgb(24,81,108); }

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