#195365

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

Shades of Arapawa #195365

Tints of Arapawa #195365

Color information

#195365 (or 0x195365) is unknown color: approx Arapawa. HEX triplet: 19, 53 and 65. RGB value is (25,83,101). Sum of RGB (Red+Green+Blue) = 25+83+101=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #195365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195365 is #E6AC9A. Grayscale: #434343. Windows color (decimal): -15117467 or 6640409. OLE color: 6640409.

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

Color convert

RGB2583101-
CMYK0.750.1800.60
HSL194.21º60.32%24.71%-
HSV(B)194.21º75.25%39.61%-
XYZ5.847.3313.42-
YUV67.71146.7897.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=11.96%
G=39.71%
B=48.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25831010.750.1800.60194.2160.3224.71
Hex1953654B1203Cc23c19
Octal31123145113220743027431
Binary110011010011110010110010111001001111001100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195365; }

 p { color: rgb(25,83,101); }

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

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

 a { background-color: rgb(25,83,101); }

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

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

 span { border-color: rgb(25,83,101); }

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