#1F1A50

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

Shades of Paua #1F1A50

Tints of Paua #1F1A50

Color information

#1F1A50 (or 0x1F1A50) is unknown color: approx Paua. HEX triplet: 1F, 1A and 50. RGB value is (31,26,80). Sum of RGB (Red+Green+Blue) = 31+26+80=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F1A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A50 is #E0E5AF. Grayscale: #212121. Windows color (decimal): -14738864 or 5249567. OLE color: 5249567.

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

Color convert

RGB312680-
CMYK0.610.6700.69
HSL245.56º50.94%20.78%-
HSV(B)245.56º67.5%31.37%-
XYZ2.381.617.77-
YUV33.65154.16126.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=22.63%
G=18.98%
B=58.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3126800.610.6700.69245.5650.9420.78
Hex1F1A503D43045f63315
Octal37321207510301053666325
Binary111111101010100001111011000011010001011111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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