#19768B

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

Shades of Allports #19768B

Tints of Allports #19768B

Color information

#19768B (or 0x19768B) is unknown color: approx Allports. HEX triplet: 19, 76 and 8B. RGB value is (25,118,139). Sum of RGB (Red+Green+Blue) = 25+118+139=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #19768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19768B is #E68974. Grayscale: #5C5C5C. Windows color (decimal): -15108469 or 9139737. OLE color: 9139737.

HSL color Cylindrical-coordinate representation of color #19768B: hue angle of 191.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19768B is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25118139-
CMYK0.820.1500.45
HSL191.05º69.51%32.16%-
HSV(B)191.05º82.01%54.51%-
XYZ11.5415.0326.72-
YUV92.59154.1979.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=8.87%
G=41.84%
B=49.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251181390.820.1500.45191.0569.5132.16
Hex19768B52F02Dbf4620
Octal311662131221705527710640
Binary11001111011010001011101001011110101101101111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,118,139); }

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

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

 a { background-color: rgb(25,118,139); }

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

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

 span { border-color: rgb(25,118,139); }

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