#194C6D

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

Shades of Arapawa #194C6D

Tints of Arapawa #194C6D

Color information

#194C6D (or 0x194C6D) is unknown color: approx Arapawa. HEX triplet: 19, 4C and 6D. RGB value is (25,76,109). Sum of RGB (Red+Green+Blue) = 25+76+109=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #194C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C6D is #E6B392. Grayscale: #404040. Windows color (decimal): -15119251 or 7162905. OLE color: 7162905.

HSL color Cylindrical-coordinate representation of color #194C6D: hue angle of 203.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #194C6D is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2576109-
CMYK0.770.3000.57
HSL203.57º62.69%26.27%-
HSV(B)203.57º77.06%42.75%-
XYZ5.756.4815.42-
YUV64.51153.199.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=11.90%
G=36.19%
B=51.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25761090.770.3000.57203.5762.6926.27
Hex194C6D4D1E039cc3f1a
Octal31114155115360713147732
Binary110011001100110110110011011111001110011100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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