#1F1959

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

Shades of Paua #1F1959

Tints of Paua #1F1959

Color information

#1F1959 (or 0x1F1959) is unknown color: approx Paua. HEX triplet: 1F, 19 and 59. RGB value is (31,25,89). Sum of RGB (Red+Green+Blue) = 31+25+89=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1959 is #E0E6A6. Grayscale: #212121. Windows color (decimal): -14739111 or 5839135. OLE color: 5839135.

HSL color Cylindrical-coordinate representation of color #1F1959: hue angle of 245.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F1959 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB312589-
CMYK0.650.7200.65
HSL245.62º56.14%22.35%-
HSV(B)245.62º71.91%34.9%-
XYZ2.721.719.64-
YUV34.09158.99125.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=21.38%
G=17.24%
B=61.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3125890.650.7200.65245.6256.1422.35
Hex1F19594148041f63816
Octal373113110111001013667026
Binary1111111001101100110000011001000010000011111011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,25,89); }

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

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

 a { background-color: rgb(31,25,89); }

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

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

 span { border-color: rgb(31,25,89); }

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