#19616E

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

Shades of Allports #19616E

Tints of Allports #19616E

Color information

#19616E (or 0x19616E) is unknown color: approx Allports. HEX triplet: 19, 61 and 6E. RGB value is (25,97,110). Sum of RGB (Red+Green+Blue) = 25+97+110=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #19616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19616E is #E69E91. Grayscale: #4C4C4C. Windows color (decimal): -15113874 or 7233817. OLE color: 7233817.

HSL color Cylindrical-coordinate representation of color #19616E: hue angle of 189.18º 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 #19616E is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2597110-
CMYK0.770.1200.57
HSL189.18º62.96%26.47%-
HSV(B)189.18º77.27%43.14%-
XYZ7.499.8816.26-
YUV76.95146.6590.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=10.78%
G=41.81%
B=47.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25971100.770.1200.57189.1862.9626.47
Hex19616E4DC039bd3f1a
Octal31141156115140712757732
Binary11001110000111011101001101110001110011011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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