#1F1654

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

Shades of Paua #1F1654

Tints of Paua #1F1654

Color information

#1F1654 (or 0x1F1654) is unknown color: approx Paua. HEX triplet: 1F, 16 and 54. RGB value is (31,22,84). Sum of RGB (Red+Green+Blue) = 31+22+84=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F1654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1654 is #E0E9AB. Grayscale: #1F1F1F. Windows color (decimal): -14739884 or 5510687. OLE color: 5510687.

HSL color Cylindrical-coordinate representation of color #1F1654: hue angle of 248.71º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1654 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB312284-
CMYK0.630.7400.67
HSL248.71º58.49%20.78%-
HSV(B)248.71º73.81%32.94%-
XYZ2.451.518.55-
YUV31.76157.48127.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=22.63%
G=16.06%
B=61.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3122840.630.7400.67248.7158.4920.78
Hex1F16543F4A043f93a15
Octal37261247711201033717225
Binary111111011010101001111111001010010000111111100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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