#18516D

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

Shades of Orient #18516D

Tints of Orient #18516D

Color information

#18516D (or 0x18516D) is unknown color: approx Orient. HEX triplet: 18, 51 and 6D. RGB value is (24,81,109). Sum of RGB (Red+Green+Blue) = 24+81+109=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #18516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18516D is #E7AE92. Grayscale: #424242. Windows color (decimal): -15183507 or 7164184. OLE color: 7164184.

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

Color convert

RGB2481109-
CMYK0.780.2600.57
HSL199.76º63.91%26.08%-
HSV(B)199.76º77.98%42.75%-
XYZ6.087.1815.53-
YUV67.15151.6297.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=11.21%
G=37.85%
B=50.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24811090.780.2600.57199.7663.9126.08
Hex18516D4E1A039c8401a
Octal301211551163207131010032
Binary1100010100011101101100111011010011100111001000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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