#186389

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

Shades of Allports #186389

Tints of Allports #186389

Color information

#186389 (or 0x186389) is unknown color: approx Allports. HEX triplet: 18, 63 and 89. RGB value is (24,99,137). Sum of RGB (Red+Green+Blue) = 24+99+137=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #186389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186389 is #E79C76. Grayscale: #505050. Windows color (decimal): -15178871 or 9003800. OLE color: 9003800.

HSL color Cylindrical-coordinate representation of color #186389: hue angle of 200.18º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186389 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2499137-
CMYK0.820.2800.46
HSL200.18º70.19%31.57%-
HSV(B)200.18º82.48%53.73%-
XYZ9.3510.9225.28-
YUV80.91159.6587.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 137 (53.91% from 255) = 52.69%
R=9.23%
G=38.08%
B=52.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24991370.820.2800.46200.1870.1931.57
Hex186389521C02Ec84620
Octal301432111223405631010640
Binary110001100011100010011010010111000101110110010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186389; }

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

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

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

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

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

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

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

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