#19616D

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

Shades of Allports #19616D

Tints of Allports #19616D

Color information

#19616D (or 0x19616D) is unknown color: approx Allports. HEX triplet: 19, 61 and 6D. RGB value is (25,97,109). Sum of RGB (Red+Green+Blue) = 25+97+109=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #19616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19616D is #E69E92. Grayscale: #4C4C4C. Windows color (decimal): -15113875 or 7168281. OLE color: 7168281.

HSL color Cylindrical-coordinate representation of color #19616D: hue angle of 188.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19616D is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2597109-
CMYK0.770.1100.57
HSL188.57º62.69%26.27%-
HSV(B)188.57º77.06%42.75%-
XYZ7.449.8615.98-
YUV76.84146.1591.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=10.82%
G=41.99%
B=47.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25971090.770.1100.57188.5762.6926.27
Hex19616D4DB039bd3f1a
Octal31141155115130712757732
Binary11001110000111011011001101101101110011011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19616D; }

 p { color: rgb(25,97,109); }

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

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

 a { background-color: rgb(25,97,109); }

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

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

 span { border-color: rgb(25,97,109); }

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