#195163

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

Shades of Arapawa #195163

Tints of Arapawa #195163

Color information

#195163 (or 0x195163) is unknown color: approx Arapawa. HEX triplet: 19, 51 and 63. RGB value is (25,81,99). Sum of RGB (Red+Green+Blue) = 25+81+99=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #195163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195163 is #E6AE9C. Grayscale: #424242. Windows color (decimal): -15117981 or 6508825. OLE color: 6508825.

HSL color Cylindrical-coordinate representation of color #195163: hue angle of 194.59º 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 #195163 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB258199-
CMYK0.750.1800.61
HSL194.59º59.68%24.31%-
HSV(B)194.59º74.75%38.82%-
XYZ5.66.9912.86-
YUV66.31146.4598.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=12.20%
G=39.51%
B=48.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2581990.750.1800.61194.5959.6824.31
Hex1951634B1203Dc33c18
Octal31121143113220753037430
Binary110011010001110001110010111001001111011100001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195163; }

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

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

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

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

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

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

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

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