#19757B

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

Shades of Allports #19757B

Tints of Allports #19757B

Color information

#19757B (or 0x19757B) is unknown color: approx Allports. HEX triplet: 19, 75 and 7B. RGB value is (25,117,123). Sum of RGB (Red+Green+Blue) = 25+117+123=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #19757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19757B is #E68A84. Grayscale: #5A5A5A. Windows color (decimal): -15108741 or 8090905. OLE color: 8090905.

HSL color Cylindrical-coordinate representation of color #19757B: hue angle of 183.67º 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 #19757B is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB25117123-
CMYK0.800.0500.52
HSL183.67º66.22%29.02%-
HSV(B)183.67º79.67%48.24%-
XYZ10.3414.3620.97-
YUV90.18146.5281.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=9.43%
G=44.15%
B=46.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251171230.800.0500.52183.6766.2229.02
Hex19757B505034b8421d
Octal31165173120506427010235
Binary11001111010111110111010000101011010010111000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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