#194C69

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

Shades of Arapawa #194C69

Tints of Arapawa #194C69

Color information

#194C69 (or 0x194C69) is unknown color: approx Arapawa. HEX triplet: 19, 4C and 69. RGB value is (25,76,105). Sum of RGB (Red+Green+Blue) = 25+76+105=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #194C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C69 is #E6B396. Grayscale: #3F3F3F. Windows color (decimal): -15119255 or 6900761. OLE color: 6900761.

HSL color Cylindrical-coordinate representation of color #194C69: hue angle of 201.75º 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 #194C69 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2576105-
CMYK0.760.2800.59
HSL201.75º61.54%25.49%-
HSV(B)201.75º76.19%41.18%-
XYZ5.546.414.31-
YUV64.06151.1100.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=12.14%
G=36.89%
B=50.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25761050.760.2800.59201.7561.5425.49
Hex194C694C1C03Bca3e19
Octal31114151114340733127631
Binary110011001100110100110011001110001110111100101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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