#1F4B60

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

Shades of Arapawa #1F4B60

Tints of Arapawa #1F4B60

Color information

#1F4B60 (or 0x1F4B60) is unknown color: approx Arapawa. HEX triplet: 1F, 4B and 60. RGB value is (31,75,96). Sum of RGB (Red+Green+Blue) = 31+75+96=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F4B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4B60 is #E0B49F. Grayscale: #404040. Windows color (decimal): -14726304 or 6310687. OLE color: 6310687.

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

Color convert

RGB317596-
CMYK0.680.2200.62
HSL199.38º51.18%24.9%-
HSV(B)199.38º67.71%37.65%-
XYZ5.196.1711.98-
YUV64.24145.92104.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=15.35%
G=37.13%
B=47.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3175960.680.2200.62199.3851.1824.9
Hex1F4B60441603Ec73319
Octal37113140104260763076331
Binary111111001011110000010001001011001111101100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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