#18546D

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

Shades of Orient #18546D

Tints of Orient #18546D

Color information

#18546D (or 0x18546D) is unknown color: approx Orient. HEX triplet: 18, 54 and 6D. RGB value is (24,84,109). Sum of RGB (Red+Green+Blue) = 24+84+109=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #18546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18546D is #E7AB92. Grayscale: #444444. Windows color (decimal): -15182739 or 7164952. OLE color: 7164952.

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

Color convert

RGB2484109-
CMYK0.780.2300.57
HSL197.65º63.91%26.08%-
HSV(B)197.65º77.98%42.75%-
XYZ6.317.6415.61-
YUV68.91150.6295.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=11.06%
G=38.71%
B=50.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24841090.780.2300.57197.6563.9126.08
Hex18546D4E17039c6401a
Octal301241551162707130610032
Binary1100010101001101101100111010111011100111000110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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