#1F486A

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

Shades of Arapawa #1F486A

Tints of Arapawa #1F486A

Color information

#1F486A (or 0x1F486A) is unknown color: approx Arapawa. HEX triplet: 1F, 48 and 6A. RGB value is (31,72,106). Sum of RGB (Red+Green+Blue) = 31+72+106=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F486A is #E0B795. Grayscale: #3F3F3F. Windows color (decimal): -14727062 or 6965279. OLE color: 6965279.

HSL color Cylindrical-coordinate representation of color #1F486A: hue angle of 207.2º 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 #1F486A is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3172106-
CMYK0.710.3200.58
HSL207.2º54.74%26.86%-
HSV(B)207.2º70.75%41.57%-
XYZ5.485.9714.5-
YUV63.62151.92104.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=14.83%
G=34.45%
B=50.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31721060.710.3200.58207.254.7426.86
Hex1F486A472003Acf371b
Octal37110152107400723176733
Binary1111110010001101010100011110000001110101100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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