#197793

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

Shades of Allports #197793

Tints of Allports #197793

Color information

#197793 (or 0x197793) is unknown color: approx Allports. HEX triplet: 19, 77 and 93. RGB value is (25,119,147). Sum of RGB (Red+Green+Blue) = 25+119+147=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #197793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197793 is #E6886C. Grayscale: #5D5D5D. Windows color (decimal): -15108205 or 9664281. OLE color: 9664281.

HSL color Cylindrical-coordinate representation of color #197793: hue angle of 193.77º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197793 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25119147-
CMYK0.830.1900.42
HSL193.77º70.93%33.73%-
HSV(B)193.77º82.99%57.65%-
XYZ12.2615.5129.95-
YUV94.09157.8678.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=8.59%
G=40.89%
B=50.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251191470.830.1900.42193.7770.9333.73
Hex197793531302Ac24722
Octal311672231232305230210742
Binary110011110111100100111010011100110101010110000101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197793; }

 p { color: rgb(25,119,147); }

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

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

 a { background-color: rgb(25,119,147); }

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

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

 span { border-color: rgb(25,119,147); }

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