#18506D

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

Shades of Orient #18506D

Tints of Orient #18506D

Color information

#18506D (or 0x18506D) is unknown color: approx Orient. HEX triplet: 18, 50 and 6D. RGB value is (24,80,109). Sum of RGB (Red+Green+Blue) = 24+80+109=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #18506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18506D is #E7AF92. Grayscale: #424242. Windows color (decimal): -15183763 or 7163928. OLE color: 7163928.

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

Color convert

RGB2480109-
CMYK0.780.2700.57
HSL200.47º63.91%26.08%-
HSV(B)200.47º77.98%42.75%-
XYZ6.017.0415.51-
YUV66.56151.9597.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=11.27%
G=37.56%
B=51.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24801090.780.2700.57200.4763.9126.08
Hex18506D4E1B039c8401a
Octal301201551163307131010032
Binary1100010100001101101100111011011011100111001000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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