#194C6B

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

Shades of Arapawa #194C6B

Tints of Arapawa #194C6B

Color information

#194C6B (or 0x194C6B) is unknown color: approx Arapawa. HEX triplet: 19, 4C and 6B. RGB value is (25,76,107). Sum of RGB (Red+Green+Blue) = 25+76+107=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #194C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C6B is #E6B394. Grayscale: #404040. Windows color (decimal): -15119253 or 7031833. OLE color: 7031833.

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

Color convert

RGB2576107-
CMYK0.770.2900.58
HSL202.68º62.12%25.88%-
HSV(B)202.68º76.64%41.96%-
XYZ5.646.4414.86-
YUV64.28152.199.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=12.02%
G=36.54%
B=51.44%

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
Decimal25761070.770.2900.58202.6862.1225.88
Hex194C6B4D1D03Acb3e1a
Octal31114153115350723137632
Binary110011001100110101110011011110101110101100101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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