#194B6D

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

Shades of Arapawa #194B6D

Tints of Arapawa #194B6D

Color information

#194B6D (or 0x194B6D) is unknown color: approx Arapawa. HEX triplet: 19, 4B and 6D. RGB value is (25,75,109). Sum of RGB (Red+Green+Blue) = 25+75+109=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #194B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B6D is #E6B492. Grayscale: #3F3F3F. Windows color (decimal): -15119507 or 7162649. OLE color: 7162649.

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

Color convert

RGB2575109-
CMYK0.770.3100.57
HSL204.29º62.69%26.27%-
HSV(B)204.29º77.06%42.75%-
XYZ5.686.3415.39-
YUV63.93153.44100.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=11.96%
G=35.89%
B=52.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25751090.770.3100.57204.2962.6926.27
Hex194B6D4D1F039cc3f1a
Octal31113155115370713147732
Binary110011001011110110110011011111101110011100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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