#195566

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

Shades of Arapawa #195566

Tints of Arapawa #195566

Color information

#195566 (or 0x195566) is unknown color: approx Arapawa. HEX triplet: 19, 55 and 66. RGB value is (25,85,102). Sum of RGB (Red+Green+Blue) = 25+85+102=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #195566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195566 is #E6AA99. Grayscale: #444444. Windows color (decimal): -15116954 or 6706457. OLE color: 6706457.

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

Color convert

RGB2585102-
CMYK0.750.1700.6
HSL193.25º60.63%24.9%-
HSV(B)193.25º75.49%40%-
XYZ6.057.6613.73-
YUV69146.6296.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=11.79%
G=40.09%
B=48.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25851020.750.1700.6193.2560.6324.9
Hex1955664B1103Cc13d19
Octal31125146113210743017531
Binary110011010101110011010010111000101111001100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195566; }

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

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

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

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

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

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

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

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