#18546C

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

Shades of Orient #18546C

Tints of Orient #18546C

Color information

#18546C (or 0x18546C) is unknown color: approx Orient. HEX triplet: 18, 54 and 6C. RGB value is (24,84,108). Sum of RGB (Red+Green+Blue) = 24+84+108=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #18546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18546C is #E7AB93. Grayscale: #444444. Windows color (decimal): -15182740 or 7099416. OLE color: 7099416.

HSL color Cylindrical-coordinate representation of color #18546C: hue angle of 197.14º 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 #18546C is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2484108-
CMYK0.780.2200.58
HSL197.14º63.64%25.88%-
HSV(B)197.14º77.78%42.35%-
XYZ6.257.6215.33-
YUV68.8150.1296.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 108 (42.58% from 255) = 50%
R=11.11%
G=38.89%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24841080.780.2200.58197.1463.6425.88
Hex18546C4E1603Ac5401a
Octal301241541162607230510032
Binary1100010101001101100100111010110011101011000101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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