#1F5168

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

Shades of Arapawa #1F5168

Tints of Arapawa #1F5168

Color information

#1F5168 (or 0x1F5168) is unknown color: approx Arapawa. HEX triplet: 1F, 51 and 68. RGB value is (31,81,104). Sum of RGB (Red+Green+Blue) = 31+81+104=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F5168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5168 is #E0AE97. Grayscale: #444444. Windows color (decimal): -14724760 or 6836511. OLE color: 6836511.

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

Color convert

RGB3181104-
CMYK0.700.2200.59
HSL198.9º54.07%26.47%-
HSV(B)198.9º70.19%40.78%-
XYZ6.017.1814.17-
YUV68.67147.94101.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=14.35%
G=37.5%
B=48.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31811040.700.2200.59198.954.0726.47
Hex1F5168461603Bc7361a
Octal37121150106260733076632
Binary111111010001110100010001101011001110111100011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,104); }

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

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

 a { background-color: rgb(31,81,104); }

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

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

 span { border-color: rgb(31,81,104); }

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