#195466

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

Shades of Arapawa #195466

Tints of Arapawa #195466

Color information

#195466 (or 0x195466) is unknown color: approx Arapawa. HEX triplet: 19, 54 and 66. RGB value is (25,84,102). Sum of RGB (Red+Green+Blue) = 25+84+102=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #195466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195466 is #E6AB99. Grayscale: #444444. Windows color (decimal): -15117210 or 6706201. OLE color: 6706201.

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

Color convert

RGB2584102-
CMYK0.750.1800.6
HSL194.03º60.63%24.9%-
HSV(B)194.03º75.49%40%-
XYZ5.977.5113.7-
YUV68.41146.9597.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=11.85%
G=39.81%
B=48.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25841020.750.1800.6194.0360.6324.9
Hex1954664B1203Cc23d19
Octal31124146113220743027531
Binary110011010100110011010010111001001111001100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195466; }

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

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

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

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

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

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

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

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