#1F5162

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

Shades of Arapawa #1F5162

Tints of Arapawa #1F5162

Color information

#1F5162 (or 0x1F5162) is unknown color: approx Arapawa. HEX triplet: 1F, 51 and 62. RGB value is (31,81,98). Sum of RGB (Red+Green+Blue) = 31+81+98=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5162 is #E0AE9D. Grayscale: #434343. Windows color (decimal): -14724766 or 6443295. OLE color: 6443295.

HSL color Cylindrical-coordinate representation of color #1F5162: hue angle of 195.22º 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 #1F5162 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318198-
CMYK0.680.1700.62
HSL195.22º51.94%25.29%-
HSV(B)195.22º68.37%38.43%-
XYZ5.717.0612.62-
YUV67.99144.94101.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=14.76%
G=38.57%
B=46.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3181980.680.1700.62195.2251.9425.29
Hex1F5162441103Ec33419
Octal37121142104210763036431
Binary111111010001110001010001001000101111101100001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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