#19677F

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

Shades of Allports #19677F

Tints of Allports #19677F

Color information

#19677F (or 0x19677F) is unknown color: approx Allports. HEX triplet: 19, 67 and 7F. RGB value is (25,103,127). Sum of RGB (Red+Green+Blue) = 25+103+127=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #19677F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19677F is #E69880. Grayscale: #525252. Windows color (decimal): -15112321 or 8349465. OLE color: 8349465.

HSL color Cylindrical-coordinate representation of color #19677F: hue angle of 194.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19677F is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB25103127-
CMYK0.800.1900.50
HSL194.12º67.11%29.8%-
HSV(B)194.12º80.31%49.8%-
XYZ9.0811.4421.81-
YUV82.41153.1687.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 127 (50% from 255) = 49.80%
R=9.80%
G=40.39%
B=49.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251031270.800.1900.50194.1267.1129.8
Hex19677F5013032c2431e
Octal311471771202306230210336
Binary1100111001111111111101000010011011001011000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19677F; }

 p { color: rgb(25,103,127); }

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

<style>
 a { background-color: #19677F; }

 a { background-color: rgb(25,103,127); }

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

<style>
 span { border-color: #19677F; }

 span { border-color: rgb(25,103,127); }

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