#186884

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

Shades of Allports #186884

Tints of Allports #186884

Color information

#186884 (or 0x186884) is unknown color: approx Allports. HEX triplet: 18, 68 and 84. RGB value is (24,104,132). Sum of RGB (Red+Green+Blue) = 24+104+132=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #186884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186884 is #E7977B. Grayscale: #535353. Windows color (decimal): -15177596 or 8677400. OLE color: 8677400.

HSL color Cylindrical-coordinate representation of color #186884: hue angle of 195.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186884 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB24104132-
CMYK0.820.2100.48
HSL195.56º69.23%30.59%-
HSV(B)195.56º81.82%51.76%-
XYZ9.4911.7623.6-
YUV83.27155.585.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=9.23%
G=40%
B=50.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241041320.820.2100.48195.5669.2330.59
Hex1868845215030c4451f
Octal301502041222506030410537
Binary11000110100010000100101001010101011000011000100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186884; }

 p { color: rgb(24,104,132); }

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

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

 a { background-color: rgb(24,104,132); }

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

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

 span { border-color: rgb(24,104,132); }

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