#1F5069

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

Shades of Arapawa #1F5069

Tints of Arapawa #1F5069

Color information

#1F5069 (or 0x1F5069) is unknown color: approx Arapawa. HEX triplet: 1F, 50 and 69. RGB value is (31,80,105). Sum of RGB (Red+Green+Blue) = 31+80+105=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F5069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5069 is #E0AF96. Grayscale: #444444. Windows color (decimal): -14725015 or 6901791. OLE color: 6901791.

HSL color Cylindrical-coordinate representation of color #1F5069: hue angle of 200.27º 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 #1F5069 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3180105-
CMYK0.700.2400.59
HSL200.27º54.41%26.67%-
HSV(B)200.27º70.48%41.18%-
XYZ5.987.0514.41-
YUV68.2148.77101.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=14.35%
G=37.04%
B=48.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31801050.700.2400.59200.2754.4126.67
Hex1F5069461803Bc8361b
Octal37120151106300733106633
Binary111111010000110100110001101100001110111100100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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