#186772

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

Shades of Allports #186772

Tints of Allports #186772

Color information

#186772 (or 0x186772) is unknown color: approx Allports. HEX triplet: 18, 67 and 72. RGB value is (24,103,114). Sum of RGB (Red+Green+Blue) = 24+103+114=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #186772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186772 is #E7988D. Grayscale: #505050. Windows color (decimal): -15177870 or 7497496. OLE color: 7497496.

HSL color Cylindrical-coordinate representation of color #186772: hue angle of 187.33º degrees, saturation: 0.65, 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 #186772 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB24103114-
CMYK0.790.1000.55
HSL187.33º65.22%27.06%-
HSV(B)187.33º78.95%44.71%-
XYZ8.2611.1117.63-
YUV80.63146.8387.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=9.96%
G=42.74%
B=47.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241031140.790.1000.55187.3365.2227.06
Hex1867724FA037bb411b
Octal301471621171206727310133
Binary110001100111111001010011111010011011110111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186772; }

 p { color: rgb(24,103,114); }

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

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

 a { background-color: rgb(24,103,114); }

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

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

 span { border-color: rgb(24,103,114); }

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