#1F4963

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

Shades of Arapawa #1F4963

Tints of Arapawa #1F4963

Color information

#1F4963 (or 0x1F4963) is unknown color: approx Arapawa. HEX triplet: 1F, 49 and 63. RGB value is (31,73,99). Sum of RGB (Red+Green+Blue) = 31+73+99=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4963 is #E0B69C. Grayscale: #3F3F3F. Windows color (decimal): -14726813 or 6506783. OLE color: 6506783.

HSL color Cylindrical-coordinate representation of color #1F4963: hue angle of 202.94º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4963 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB317399-
CMYK0.690.2600.61
HSL202.94º52.31%25.49%-
HSV(B)202.94º68.69%38.82%-
XYZ5.25.9612.68-
YUV63.41148.09104.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=15.27%
G=35.96%
B=48.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3173990.690.2600.61202.9452.3125.49
Hex1F4963451A03Dcb3419
Octal37111143105320753136431
Binary111111001001110001110001011101001111011100101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,99); }

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

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

 a { background-color: rgb(31,73,99); }

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

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

 span { border-color: rgb(31,73,99); }

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