#194F65

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

Shades of Arapawa #194F65

Tints of Arapawa #194F65

Color information

#194F65 (or 0x194F65) is unknown color: approx Arapawa. HEX triplet: 19, 4F and 65. RGB value is (25,79,101). Sum of RGB (Red+Green+Blue) = 25+79+101=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #194F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F65 is #E6B09A. Grayscale: #414141. Windows color (decimal): -15118491 or 6639385. OLE color: 6639385.

HSL color Cylindrical-coordinate representation of color #194F65: hue angle of 197.37º 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 #194F65 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2579101-
CMYK0.750.2200.60
HSL197.37º60.32%24.71%-
HSV(B)197.37º75.25%39.61%-
XYZ5.556.7413.32-
YUV65.36148.1199.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=12.20%
G=38.54%
B=49.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25791010.750.2200.60197.3760.3224.71
Hex194F654B1603Cc53c19
Octal31117145113260743057431
Binary110011001111110010110010111011001111001100010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194F65; }

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

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

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

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

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

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

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

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