#1F4E69

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

Shades of Arapawa #1F4E69

Tints of Arapawa #1F4E69

Color information

#1F4E69 (or 0x1F4E69) is unknown color: approx Arapawa. HEX triplet: 1F, 4E and 69. RGB value is (31,78,105). Sum of RGB (Red+Green+Blue) = 31+78+105=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F4E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E69 is #E0B196. Grayscale: #424242. Windows color (decimal): -14725527 or 6901279. OLE color: 6901279.

HSL color Cylindrical-coordinate representation of color #1F4E69: hue angle of 201.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4E69 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3178105-
CMYK0.700.2600.59
HSL201.89º54.41%26.67%-
HSV(B)201.89º70.48%41.18%-
XYZ5.846.7614.36-
YUV67.02149.43102.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=14.49%
G=36.45%
B=49.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31781050.700.2600.59201.8954.4126.67
Hex1F4E69461A03Bca361b
Octal37116151106320733126633
Binary111111001110110100110001101101001110111100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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