#194A69

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

Shades of Arapawa #194A69

Tints of Arapawa #194A69

Color information

#194A69 (or 0x194A69) is unknown color: approx Arapawa. HEX triplet: 19, 4A and 69. RGB value is (25,74,105). Sum of RGB (Red+Green+Blue) = 25+74+105=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #194A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A69 is #E6B596. Grayscale: #3E3E3E. Windows color (decimal): -15119767 or 6900249. OLE color: 6900249.

HSL color Cylindrical-coordinate representation of color #194A69: hue angle of 203.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194A69 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2574105-
CMYK0.760.3000.59
HSL203.25º61.54%25.49%-
HSV(B)203.25º76.19%41.18%-
XYZ5.46.1214.26-
YUV62.88151.77100.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=12.25%
G=36.27%
B=51.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25741050.760.3000.59203.2561.5425.49
Hex194A694C1E03Bcb3e19
Octal31112151114360733137631
Binary110011001010110100110011001111001110111100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,74,105); }

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

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

 a { background-color: rgb(25,74,105); }

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

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

 span { border-color: rgb(25,74,105); }

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