#1F1057

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

Shades of Paua #1F1057

Tints of Paua #1F1057

Color information

#1F1057 (or 0x1F1057) is unknown color: approx Paua. HEX triplet: 1F, 10 and 57. RGB value is (31,16,87). Sum of RGB (Red+Green+Blue) = 31+16+87=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1057 is #E0EFA8. Grayscale: #1C1C1C. Windows color (decimal): -14741417 or 5705759. OLE color: 5705759.

HSL color Cylindrical-coordinate representation of color #1F1057: hue angle of 252.68º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1057 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB311687-
CMYK0.640.8200.66
HSL252.68º68.93%20.2%-
HSV(B)252.68º81.61%34.12%-
XYZ2.471.359.15-
YUV28.58160.97129.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 87 (34.38% from 255) = 64.93%
R=23.13%
G=11.94%
B=64.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3116870.640.8200.66252.6868.9320.2
Hex1F10574052042fd4514
Octal3720127100122010237510524
Binary11111100001010111100000010100100100001011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,87); }

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

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

 a { background-color: rgb(31,16,87); }

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

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

 span { border-color: rgb(31,16,87); }

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