#186888

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

Shades of Allports #186888

Tints of Allports #186888

Color information

#186888 (or 0x186888) is unknown color: approx Allports. HEX triplet: 18, 68 and 88. RGB value is (24,104,136). Sum of RGB (Red+Green+Blue) = 24+104+136=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #186888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186888 is #E79777. Grayscale: #535353. Windows color (decimal): -15177592 or 8939544. OLE color: 8939544.

HSL color Cylindrical-coordinate representation of color #186888: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186888 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24104136-
CMYK0.820.2400.47
HSL197.14º70%31.37%-
HSV(B)197.14º82.35%53.33%-
XYZ9.7711.8725.07-
YUV83.73157.585.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=9.09%
G=39.39%
B=51.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241041360.820.2400.47197.147031.37
Hex186888521802Fc5461f
Octal301502101223005730510637
Binary11000110100010001000101001011000010111111000101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186888; }

 p { color: rgb(24,104,136); }

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

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

 a { background-color: rgb(24,104,136); }

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

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

 span { border-color: rgb(24,104,136); }

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