#194E6B

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

Shades of Arapawa #194E6B

Tints of Arapawa #194E6B

Color information

#194E6B (or 0x194E6B) is unknown color: approx Arapawa. HEX triplet: 19, 4E and 6B. RGB value is (25,78,107). Sum of RGB (Red+Green+Blue) = 25+78+107=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #194E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E6B is #E6B194. Grayscale: #414141. Windows color (decimal): -15118741 or 7032345. OLE color: 7032345.

HSL color Cylindrical-coordinate representation of color #194E6B: hue angle of 201.22º 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 #194E6B is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2578107-
CMYK0.770.2700.58
HSL201.22º62.12%25.88%-
HSV(B)201.22º76.64%41.96%-
XYZ5.786.7214.9-
YUV65.46151.4499.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=11.90%
G=37.14%
B=50.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25781070.770.2700.58201.2262.1225.88
Hex194E6B4D1B03Ac93e1a
Octal31116153115330723117632
Binary110011001110110101110011011101101110101100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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