#1F476B

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

Shades of Arapawa #1F476B

Tints of Arapawa #1F476B

Color information

#1F476B (or 0x1F476B) is unknown color: approx Arapawa. HEX triplet: 1F, 47 and 6B. RGB value is (31,71,107). Sum of RGB (Red+Green+Blue) = 31+71+107=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F476B is #E0B894. Grayscale: #3E3E3E. Windows color (decimal): -14727317 or 7030559. OLE color: 7030559.

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

Color convert

RGB3171107-
CMYK0.710.3400.58
HSL208.42º55.07%27.06%-
HSV(B)208.42º71.03%41.96%-
XYZ5.475.8614.75-
YUV63.14152.75105.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=14.83%
G=33.97%
B=51.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31711070.710.3400.58208.4255.0727.06
Hex1F476B472203Ad0371b
Octal37107153107420723206733
Binary1111110001111101011100011110001001110101101000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,107); }

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

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

 a { background-color: rgb(31,71,107); }

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

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

 span { border-color: rgb(31,71,107); }

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