#186979

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

Shades of Allports #186979

Tints of Allports #186979

Color information

#186979 (or 0x186979) is unknown color: approx Allports. HEX triplet: 18, 69 and 79. RGB value is (24,105,121). Sum of RGB (Red+Green+Blue) = 24+105+121=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #186979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186979 is #E79686. Grayscale: #525252. Windows color (decimal): -15177351 or 7956760. OLE color: 7956760.

HSL color Cylindrical-coordinate representation of color #186979: hue angle of 189.9º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186979 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB24105121-
CMYK0.800.1300.53
HSL189.9º66.9%28.43%-
HSV(B)189.9º80.17%47.45%-
XYZ8.8811.6819.88-
YUV82.6149.6686.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=9.6%
G=42%
B=48.4%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241051210.800.1300.53189.966.928.43
Hex18697950D035be431c
Octal301511711201506527610334
Binary110001101001111100110100001101011010110111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186979; }

 p { color: rgb(24,105,121); }

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

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

 a { background-color: rgb(24,105,121); }

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

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

 span { border-color: rgb(24,105,121); }

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