#19757A

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

Shades of Allports #19757A

Tints of Allports #19757A

Color information

#19757A (or 0x19757A) is unknown color: approx Allports. HEX triplet: 19, 75 and 7A. RGB value is (25,117,122). Sum of RGB (Red+Green+Blue) = 25+117+122=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #19757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19757A is #E68A85. Grayscale: #595959. Windows color (decimal): -15108742 or 8025369. OLE color: 8025369.

HSL color Cylindrical-coordinate representation of color #19757A: hue angle of 183.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19757A is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB25117122-
CMYK0.800.0400.52
HSL183.09º65.99%28.82%-
HSV(B)183.09º79.51%47.84%-
XYZ10.2814.3320.64-
YUV90.06146.0281.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=9.47%
G=44.32%
B=46.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251171220.800.0400.52183.0965.9928.82
Hex19757A504034b7421d
Octal31165172120406426710235
Binary11001111010111110101010000100011010010110111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19757A; }

 p { color: rgb(25,117,122); }

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

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

 a { background-color: rgb(25,117,122); }

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

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

 span { border-color: rgb(25,117,122); }

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