#18566C

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

Shades of Orient #18566C

Tints of Orient #18566C

Color information

#18566C (or 0x18566C) is unknown color: approx Orient. HEX triplet: 18, 56 and 6C. RGB value is (24,86,108). Sum of RGB (Red+Green+Blue) = 24+86+108=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #18566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18566C is #E7A993. Grayscale: #454545. Windows color (decimal): -15182228 or 7099928. OLE color: 7099928.

HSL color Cylindrical-coordinate representation of color #18566C: hue angle of 195.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18566C is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2486108-
CMYK0.780.2000.58
HSL195.71º63.64%25.88%-
HSV(B)195.71º77.78%42.35%-
XYZ6.417.9315.38-
YUV69.97149.4695.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=11.01%
G=39.45%
B=49.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24861080.780.2000.58195.7163.6425.88
Hex18566C4E1403Ac4401a
Octal301261541162407230410032
Binary1100010101101101100100111010100011101011000100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18566C; }

 p { color: rgb(24,86,108); }

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

<style>
 a { background-color: #18566C; }

 a { background-color: rgb(24,86,108); }

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

<style>
 span { border-color: #18566C; }

 span { border-color: rgb(24,86,108); }

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