#1F466D

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

Shades of Arapawa #1F466D

Tints of Arapawa #1F466D

Color information

#1F466D (or 0x1F466D) is unknown color: approx Arapawa. HEX triplet: 1F, 46 and 6D. RGB value is (31,70,109). Sum of RGB (Red+Green+Blue) = 31+70+109=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F466D is #E0B992. Grayscale: #3E3E3E. Windows color (decimal): -14727571 or 7161375. OLE color: 7161375.

HSL color Cylindrical-coordinate representation of color #1F466D: hue angle of 210º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F466D is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3170109-
CMYK0.720.3600.57
HSL210º55.71%27.45%-
HSV(B)210º71.56%42.75%-
XYZ5.525.7815.29-
YUV62.78154.08105.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=14.76%
G=33.33%
B=51.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31701090.720.3600.5721055.7127.45
Hex1F466D4824039d2381b
Octal37106155110440713227033
Binary1111110001101101101100100010010001110011101001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,109); }

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

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

 a { background-color: rgb(31,70,109); }

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

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

 span { border-color: rgb(31,70,109); }

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