#1F5160

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

Shades of Arapawa #1F5160

Tints of Arapawa #1F5160

Color information

#1F5160 (or 0x1F5160) is unknown color: approx Arapawa. HEX triplet: 1F, 51 and 60. RGB value is (31,81,96). Sum of RGB (Red+Green+Blue) = 31+81+96=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5160 is #E0AE9F. Grayscale: #434343. Windows color (decimal): -14724768 or 6312223. OLE color: 6312223.

HSL color Cylindrical-coordinate representation of color #1F5160: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5160 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318196-
CMYK0.680.1600.62
HSL193.85º51.18%24.9%-
HSV(B)193.85º67.71%37.65%-
XYZ5.627.0212.13-
YUV67.76143.94101.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=14.90%
G=38.94%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3181960.680.1600.62193.8551.1824.9
Hex1F5160441003Ec23319
Octal37121140104200763026331
Binary111111010001110000010001001000001111101100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,96); }

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

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

 a { background-color: rgb(31,81,96); }

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

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

 span { border-color: rgb(31,81,96); }

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