#18526A

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

Shades of Orient #18526A

Tints of Orient #18526A

Color information

#18526A (or 0x18526A) is unknown color: approx Orient. HEX triplet: 18, 52 and 6A. RGB value is (24,82,106). Sum of RGB (Red+Green+Blue) = 24+82+106=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #18526A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526A is #E7AD95. Grayscale: #434343. Windows color (decimal): -15183254 or 6967832. OLE color: 6967832.

HSL color Cylindrical-coordinate representation of color #18526A: hue angle of 197.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18526A is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2482106-
CMYK0.770.2300.58
HSL197.56º63.08%25.49%-
HSV(B)197.56º77.36%41.57%-
XYZ67.2714.72-
YUV67.39149.7897.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 106 (41.80% from 255) = 50%
R=11.32%
G=38.68%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24821060.770.2300.58197.5663.0825.49
Hex18526A4D1703Ac63f19
Octal30122152115270723067731
Binary110001010010110101010011011011101110101100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18526A; }

 p { color: rgb(24,82,106); }

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

<style>
 a { background-color: #18526A; }

 a { background-color: rgb(24,82,106); }

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

<style>
 span { border-color: #18526A; }

 span { border-color: rgb(24,82,106); }

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