#186082

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

Shades of Allports #186082

Tints of Allports #186082

Color information

#186082 (or 0x186082) is unknown color: approx Allports. HEX triplet: 18, 60 and 82. RGB value is (24,96,130). Sum of RGB (Red+Green+Blue) = 24+96+130=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #186082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186082 is #E79F7D. Grayscale: #4E4E4E. Windows color (decimal): -15179646 or 8544280. OLE color: 8544280.

HSL color Cylindrical-coordinate representation of color #186082: hue angle of 199.25º 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 #186082 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2496130-
CMYK0.820.2600.49
HSL199.25º68.83%30.2%-
HSV(B)199.25º81.54%50.98%-
XYZ8.5910.1722.63-
YUV78.35157.1589.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 130 (51.17% from 255) = 52%
R=9.6%
G=38.4%
B=52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24961300.820.2600.49199.2568.8330.2
Hex186082521A031c7451e
Octal301402021223206130710536
Binary11000110000010000010101001011010011000111000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186082; }

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

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

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

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

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

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

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

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