#195162

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

Shades of Arapawa #195162

Tints of Arapawa #195162

Color information

#195162 (or 0x195162) is unknown color: approx Arapawa. HEX triplet: 19, 51 and 62. RGB value is (25,81,98). Sum of RGB (Red+Green+Blue) = 25+81+98=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #195162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195162 is #E6AE9D. Grayscale: #424242. Windows color (decimal): -15117982 or 6443289. OLE color: 6443289.

HSL color Cylindrical-coordinate representation of color #195162: hue angle of 193.97º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195162 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258198-
CMYK0.740.1700.62
HSL193.97º59.35%24.12%-
HSV(B)193.97º74.49%38.43%-
XYZ5.556.9712.61-
YUV66.19145.9598.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=12.25%
G=39.71%
B=48.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2581980.740.1700.62193.9759.3524.12
Hex1951624A1103Ec23b18
Octal31121142112210763027330
Binary110011010001110001010010101000101111101100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195162; }

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

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

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

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

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

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

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

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