#186682

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

Shades of Allports #186682

Tints of Allports #186682

Color information

#186682 (or 0x186682) is unknown color: approx Allports. HEX triplet: 18, 66 and 82. RGB value is (24,102,130). Sum of RGB (Red+Green+Blue) = 24+102+130=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #186682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186682 is #E7997D. Grayscale: #515151. Windows color (decimal): -15178110 or 8545816. OLE color: 8545816.

HSL color Cylindrical-coordinate representation of color #186682: hue angle of 195.85º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186682 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB24102130-
CMYK0.820.2200.49
HSL195.85º68.83%30.2%-
HSV(B)195.85º81.54%50.98%-
XYZ9.1611.3122.82-
YUV81.87155.1686.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=9.38%
G=39.84%
B=50.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241021300.820.2200.49195.8568.8330.2
Hex1866825216031c4451e
Octal301462021222606130410536
Binary11000110011010000010101001010110011000111000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186682; }

 p { color: rgb(24,102,130); }

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

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

 a { background-color: rgb(24,102,130); }

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

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

 span { border-color: rgb(24,102,130); }

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