#194C66

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

Shades of Arapawa #194C66

Tints of Arapawa #194C66

Color information

#194C66 (or 0x194C66) is unknown color: approx Arapawa. HEX triplet: 19, 4C and 66. RGB value is (25,76,102). Sum of RGB (Red+Green+Blue) = 25+76+102=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #194C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C66 is #E6B399. Grayscale: #3F3F3F. Windows color (decimal): -15119258 or 6704153. OLE color: 6704153.

HSL color Cylindrical-coordinate representation of color #194C66: hue angle of 200.26º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194C66 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2576102-
CMYK0.750.2500.6
HSL200.26º60.63%24.9%-
HSV(B)200.26º75.49%40%-
XYZ5.386.3313.51-
YUV63.72149.6100.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=12.32%
G=37.44%
B=50.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25761020.750.2500.6200.2660.6324.9
Hex194C664B1903Cc83d19
Octal31114146113310743107531
Binary110011001100110011010010111100101111001100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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