#1F4E60

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

Shades of Arapawa #1F4E60

Tints of Arapawa #1F4E60

Color information

#1F4E60 (or 0x1F4E60) is unknown color: approx Arapawa. HEX triplet: 1F, 4E and 60. RGB value is (31,78,96). Sum of RGB (Red+Green+Blue) = 31+78+96=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F4E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E60 is #E0B19F. Grayscale: #414141. Windows color (decimal): -14725536 or 6311455. OLE color: 6311455.

HSL color Cylindrical-coordinate representation of color #1F4E60: hue angle of 196.62º 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 #1F4E60 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB317896-
CMYK0.680.1900.62
HSL196.62º51.18%24.9%-
HSV(B)196.62º67.71%37.65%-
XYZ5.46.5812.05-
YUV66144.93103.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=15.12%
G=38.05%
B=46.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3178960.680.1900.62196.6251.1824.9
Hex1F4E60441303Ec53319
Octal37116140104230763056331
Binary111111001110110000010001001001101111101100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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