#1F5461

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

Shades of Arapawa #1F5461

Tints of Arapawa #1F5461

Color information

#1F5461 (or 0x1F5461) is unknown color: approx Arapawa. HEX triplet: 1F, 54 and 61. RGB value is (31,84,97). Sum of RGB (Red+Green+Blue) = 31+84+97=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5461 is #E0AB9E. Grayscale: #454545. Windows color (decimal): -14723999 or 6378527. OLE color: 6378527.

HSL color Cylindrical-coordinate representation of color #1F5461: hue angle of 191.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5461 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318497-
CMYK0.680.1300.62
HSL191.82º51.56%25.1%-
HSV(B)191.82º68.04%38.04%-
XYZ5.897.512.45-
YUV69.63143.44100.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=14.62%
G=39.62%
B=45.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3184970.680.1300.62191.8251.5625.1
Hex1F546144D03Ec03419
Octal37124141104150763006431
Binary11111101010011000011000100110101111101100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,97); }

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

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

 a { background-color: rgb(31,84,97); }

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

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

 span { border-color: rgb(31,84,97); }

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