#186A79

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

Shades of Allports #186A79

Tints of Allports #186A79

Color information

#186A79 (or 0x186A79) is unknown color: approx Allports. HEX triplet: 18, 6A and 79. RGB value is (24,106,121). Sum of RGB (Red+Green+Blue) = 24+106+121=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #186A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A79 is #E79586. Grayscale: #535353. Windows color (decimal): -15177095 or 7957016. OLE color: 7957016.

HSL color Cylindrical-coordinate representation of color #186A79: hue angle of 189.28º 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 #186A79 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB24106121-
CMYK0.800.1200.53
HSL189.28º66.9%28.43%-
HSV(B)189.28º80.17%47.45%-
XYZ8.9811.8819.91-
YUV83.19149.3385.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=9.56%
G=42.23%
B=48.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241061210.800.1200.53189.2866.928.43
Hex186A7950C035bd431c
Octal301521711201406527510334
Binary110001101010111100110100001100011010110111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186A79; }

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

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

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

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

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

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

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

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