#186474

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

Shades of Allports #186474

Tints of Allports #186474

Color information

#186474 (or 0x186474) is unknown color: approx Allports. HEX triplet: 18, 64 and 74. RGB value is (24,100,116). Sum of RGB (Red+Green+Blue) = 24+100+116=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #186474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186474 is #E79B8B. Grayscale: #4E4E4E. Windows color (decimal): -15178636 or 7627800. OLE color: 7627800.

HSL color Cylindrical-coordinate representation of color #186474: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186474 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB24100116-
CMYK0.790.1400.55
HSL190.43º65.71%27.45%-
HSV(B)190.43º79.31%45.49%-
XYZ8.0910.5718.14-
YUV79.1148.8288.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=10%
G=41.67%
B=48.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241001160.790.1400.55190.4365.7127.45
Hex1864744FE037be421b
Octal301441641171606727610233
Binary110001100100111010010011111110011011110111110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186474; }

 p { color: rgb(24,100,116); }

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

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

 a { background-color: rgb(24,100,116); }

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

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

 span { border-color: rgb(24,100,116); }

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