#185F79

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

Shades of Allports #185F79

Tints of Allports #185F79

Color information

#185F79 (or 0x185F79) is unknown color: approx Allports. HEX triplet: 18, 5F and 79. RGB value is (24,95,121). Sum of RGB (Red+Green+Blue) = 24+95+121=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #185F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F79 is #E7A086. Grayscale: #4C4C4C. Windows color (decimal): -15179911 or 7954200. OLE color: 7954200.

HSL color Cylindrical-coordinate representation of color #185F79: hue angle of 196.08º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185F79 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2495121-
CMYK0.800.2100.53
HSL196.08º66.9%28.43%-
HSV(B)196.08º80.17%47.45%-
XYZ7.929.7619.56-
YUV76.74152.9890.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=10%
G=39.58%
B=50.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24951210.800.2100.53196.0866.928.43
Hex185F795015035c4431c
Octal301371711202506530410334
Binary1100010111111111001101000010101011010111000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F79; }

 p { color: rgb(24,95,121); }

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

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

 a { background-color: rgb(24,95,121); }

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

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

 span { border-color: rgb(24,95,121); }

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