#195564

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

Shades of Arapawa #195564

Tints of Arapawa #195564

Color information

#195564 (or 0x195564) is unknown color: approx Arapawa. HEX triplet: 19, 55 and 64. RGB value is (25,85,100). Sum of RGB (Red+Green+Blue) = 25+85+100=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #195564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195564 is #E6AA9B. Grayscale: #444444. Windows color (decimal): -15116956 or 6575385. OLE color: 6575385.

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

Color convert

RGB2585100-
CMYK0.750.1500.61
HSL192º60%24.51%-
HSV(B)192º75%39.22%-
XYZ5.957.6213.21-
YUV68.77145.6296.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=11.90%
G=40.48%
B=47.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25851000.750.1500.611926024.51
Hex1955644BF03Dc03c19
Octal31125144113170753007431
Binary11001101010111001001001011111101111011100000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195564; }

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

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

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

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

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

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

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

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