#1F1A51

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

Shades of Paua #1F1A51

Tints of Paua #1F1A51

Color information

#1F1A51 (or 0x1F1A51) is unknown color: approx Paua. HEX triplet: 1F, 1A and 51. RGB value is (31,26,81). Sum of RGB (Red+Green+Blue) = 31+26+81=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F1A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A51 is #E0E5AE. Grayscale: #212121. Windows color (decimal): -14738863 or 5315103. OLE color: 5315103.

HSL color Cylindrical-coordinate representation of color #1F1A51: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1A51 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB312681-
CMYK0.620.6800.68
HSL245.45º51.4%20.98%-
HSV(B)245.45º67.9%31.76%-
XYZ2.421.627.97-
YUV33.76154.66126.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=22.46%
G=18.84%
B=58.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3126810.620.6800.68245.4551.420.98
Hex1F1A513E44044f53315
Octal37321217610401043656325
Binary111111101010100011111101000100010001001111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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