#195563

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

Shades of Arapawa #195563

Tints of Arapawa #195563

Color information

#195563 (or 0x195563) is unknown color: approx Arapawa. HEX triplet: 19, 55 and 63. RGB value is (25,85,99). Sum of RGB (Red+Green+Blue) = 25+85+99=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #195563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195563 is #E6AA9C. Grayscale: #444444. Windows color (decimal): -15116957 or 6509849. OLE color: 6509849.

HSL color Cylindrical-coordinate representation of color #195563: hue angle of 191.35º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195563 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB258599-
CMYK0.750.1400.61
HSL191.35º59.68%24.31%-
HSV(B)191.35º74.75%38.82%-
XYZ5.97.612.96-
YUV68.66145.1296.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=11.96%
G=40.67%
B=47.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2585990.750.1400.61191.3559.6824.31
Hex1955634BE03Dbf3c18
Octal31125143113160752777430
Binary11001101010111000111001011111001111011011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195563; }

 p { color: rgb(25,85,99); }

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

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

 a { background-color: rgb(25,85,99); }

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

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

 span { border-color: rgb(25,85,99); }

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