#186388

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

Shades of Allports #186388

Tints of Allports #186388

Color information

#186388 (or 0x186388) is unknown color: approx Allports. HEX triplet: 18, 63 and 88. RGB value is (24,99,136). Sum of RGB (Red+Green+Blue) = 24+99+136=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #186388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186388 is #E79C77. Grayscale: #505050. Windows color (decimal): -15178872 or 8938264. OLE color: 8938264.

HSL color Cylindrical-coordinate representation of color #186388: hue angle of 199.82º 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 #186388 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2499136-
CMYK0.820.2700.47
HSL199.82º70%31.37%-
HSV(B)199.82º82.35%53.33%-
XYZ9.2810.924.91-
YUV80.79159.1587.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=9.27%
G=38.22%
B=52.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24991360.820.2700.47199.827031.37
Hex186388521B02Fc8461f
Octal301432101223305731010637
Binary11000110001110001000101001011011010111111001000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186388; }

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

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

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

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

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

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

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

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