#194D6C

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

Shades of Arapawa #194D6C

Tints of Arapawa #194D6C

Color information

#194D6C (or 0x194D6C) is unknown color: approx Arapawa. HEX triplet: 19, 4D and 6C. RGB value is (25,77,108). Sum of RGB (Red+Green+Blue) = 25+77+108=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #194D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D6C is #E6B293. Grayscale: #404040. Windows color (decimal): -15118996 or 7097625. OLE color: 7097625.

HSL color Cylindrical-coordinate representation of color #194D6C: hue angle of 202.41º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #194D6C is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2577108-
CMYK0.770.2900.58
HSL202.41º62.41%26.08%-
HSV(B)202.41º76.85%42.35%-
XYZ5.766.615.16-
YUV64.99152.2799.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=11.90%
G=36.67%
B=51.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25771080.770.2900.58202.4162.4126.08
Hex194D6C4D1D03Aca3e1a
Octal31115154115350723127632
Binary110011001101110110010011011110101110101100101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,77,108); }

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

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

 a { background-color: rgb(25,77,108); }

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

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

 span { border-color: rgb(25,77,108); }

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