#18526E

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

Shades of Orient #18526E

Tints of Orient #18526E

Color information

#18526E (or 0x18526E) is unknown color: approx Orient. HEX triplet: 18, 52 and 6E. RGB value is (24,82,110). Sum of RGB (Red+Green+Blue) = 24+82+110=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #18526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526E is #E7AD91. Grayscale: #434343. Windows color (decimal): -15183250 or 7229976. OLE color: 7229976.

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

Color convert

RGB2482110-
CMYK0.780.2500.57
HSL199.53º64.18%26.27%-
HSV(B)199.53º78.18%43.14%-
XYZ6.217.3515.84-
YUV67.85151.7896.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=11.11%
G=37.96%
B=50.93%

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
Decimal24821100.780.2500.57199.5364.1826.27
Hex18526E4E19039c8401a
Octal301221561163107131010032
Binary1100010100101101110100111011001011100111001000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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