#194E63

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

Shades of Arapawa #194E63

Tints of Arapawa #194E63

Color information

#194E63 (or 0x194E63) is unknown color: approx Arapawa. HEX triplet: 19, 4E and 63. RGB value is (25,78,99). Sum of RGB (Red+Green+Blue) = 25+78+99=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #194E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E63 is #E6B19C. Grayscale: #404040. Windows color (decimal): -15118749 or 6508057. OLE color: 6508057.

HSL color Cylindrical-coordinate representation of color #194E63: hue angle of 197.03º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194E63 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB257899-
CMYK0.750.2100.61
HSL197.03º59.68%24.31%-
HSV(B)197.03º74.75%38.82%-
XYZ5.386.5612.79-
YUV64.55147.4499.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=12.38%
G=38.61%
B=49.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2578990.750.2100.61197.0359.6824.31
Hex194E634B1503Dc53c18
Octal31116143113250753057430
Binary110011001110110001110010111010101111011100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,78,99); }

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

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

 a { background-color: rgb(25,78,99); }

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

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

 span { border-color: rgb(25,78,99); }

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