#18506F

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

Shades of Orient #18506F

Tints of Orient #18506F

Color information

#18506F (or 0x18506F) is unknown color: approx Orient. HEX triplet: 18, 50 and 6F. RGB value is (24,80,111). Sum of RGB (Red+Green+Blue) = 24+80+111=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #18506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18506F is #E7AF90. Grayscale: #424242. Windows color (decimal): -15183761 or 7295000. OLE color: 7295000.

HSL color Cylindrical-coordinate representation of color #18506F: hue angle of 201.38º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18506F is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2480111-
CMYK0.780.2800.56
HSL201.38º64.44%26.47%-
HSV(B)201.38º78.38%43.53%-
XYZ6.117.0816.08-
YUV66.79152.9597.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=11.16%
G=37.21%
B=51.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24801110.780.2800.56201.3864.4426.47
Hex18506F4E1C038c9401a
Octal301201571163407031110032
Binary1100010100001101111100111011100011100011001001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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