#1f496a

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

Shades of Arapawa #1F496A

Tints of Arapawa #1F496A

Color information

#1F496A (or 0x1F496A) is unknown color: approx Arapawa. HEX triplet: 1F, 49 and 6A. RGB value is (31,73,106). Sum of RGB (Red+Green+Blue) = 31+73+106=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F496A is #E0B695. Grayscale: #404040. Windows color (decimal): -14726806 or 6965535. OLE color: 6965535.

HSL color Cylindrical-coordinate representation of color #1F496A: hue angle of 206.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F496A is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3173106-
CMYK0.710.3100.58
HSL206.4º54.74%26.86%-
HSV(B)206.4º70.75%41.57%-
XYZ5.556.114.52-
YUV64.2151.59104.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=14.76%
G=34.76%
B=50.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31731060.710.3100.58206.454.7426.86
Hex1F496A471F03Ace371b
Octal37111152107370723166733
Binary111111001001110101010001111111101110101100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f496a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f496a; }

 p { color: rgb(31,73,106); }

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

<style>
 a { background-color: #1f496a; }

 a { background-color: rgb(31,73,106); }

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

<style>
 span { border-color: #1f496a; }

 span { border-color: rgb(31,73,106); }

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