#186F78

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

Shades of Allports #186F78

Tints of Allports #186F78

Color information

#186F78 (or 0x186F78) is unknown color: approx Allports. HEX triplet: 18, 6F and 78. RGB value is (24,111,120). Sum of RGB (Red+Green+Blue) = 24+111+120=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #186F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F78 is #E79087. Grayscale: #555555. Windows color (decimal): -15175816 or 7892760. OLE color: 7892760.

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

Color convert

RGB24111120-
CMYK0.80.0800.53
HSL185.62º66.67%28.24%-
HSV(B)185.62º80%47.06%-
XYZ9.4512.9219.76-
YUV86.01147.1883.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=9.41%
G=43.53%
B=47.06%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241111200.80.0800.53185.6266.6728.24
Hex186F78508035ba431c
Octal301571701201006527210334
Binary110001101111111100010100001000011010110111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,111,120); }

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

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

 a { background-color: rgb(24,111,120); }

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

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

 span { border-color: rgb(24,111,120); }

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