#18526D

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

Shades of Orient #18526D

Tints of Orient #18526D

Color information

#18526D (or 0x18526D) is unknown color: approx Orient. HEX triplet: 18, 52 and 6D. RGB value is (24,82,109). Sum of RGB (Red+Green+Blue) = 24+82+109=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #18526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526D is #E7AD92. Grayscale: #434343. Windows color (decimal): -15183251 or 7164440. OLE color: 7164440.

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

Color convert

RGB2482109-
CMYK0.780.2500.57
HSL199.06º63.91%26.08%-
HSV(B)199.06º77.98%42.75%-
XYZ6.157.3315.56-
YUV67.74151.2896.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=11.16%
G=38.14%
B=50.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24821090.780.2500.57199.0663.9126.08
Hex18526D4E19039c7401a
Octal301221551163107130710032
Binary1100010100101101101100111011001011100111000111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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