#19486D

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

Shades of Arapawa #19486D

Tints of Arapawa #19486D

Color information

#19486D (or 0x19486D) is unknown color: approx Arapawa. HEX triplet: 19, 48 and 6D. RGB value is (25,72,109). Sum of RGB (Red+Green+Blue) = 25+72+109=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #19486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19486D is #E6B792. Grayscale: #3D3D3D. Windows color (decimal): -15120275 or 7161881. OLE color: 7161881.

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

Color convert

RGB2572109-
CMYK0.770.3400.57
HSL206.43º62.69%26.27%-
HSV(B)206.43º77.06%42.75%-
XYZ5.485.9515.33-
YUV62.16154.43101.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=12.14%
G=34.95%
B=52.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25721090.770.3400.57206.4362.6926.27
Hex19486D4D22039ce3f1a
Octal31110155115420713167732
Binary1100110010001101101100110110001001110011100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19486D; }

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

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

<style>
 a { background-color: #19486D; }

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

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

<style>
 span { border-color: #19486D; }

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

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