#1F125D

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

Shades of Paua #1F125D

Tints of Paua #1F125D

Color information

#1F125D (or 0x1F125D) is unknown color: approx Paua. HEX triplet: 1F, 12 and 5D. RGB value is (31,18,93). Sum of RGB (Red+Green+Blue) = 31+18+93=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F125D is #E0EDA2. Grayscale: #1E1E1E. Windows color (decimal): -14740899 or 6099487. OLE color: 6099487.

HSL color Cylindrical-coordinate representation of color #1F125D: hue angle of 250.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F125D is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB311893-
CMYK0.670.8100.64
HSL250.4º67.57%21.76%-
HSV(B)250.4º80.65%36.47%-
XYZ2.761.5110.5-
YUV30.44163.31128.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=21.83%
G=12.68%
B=65.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3118930.670.8100.64250.467.5721.76
Hex1F125D4351040fa4416
Octal3722135103121010037210426
Binary11111100101011101100001110100010100000011111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,93); }

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

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

 a { background-color: rgb(31,18,93); }

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

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

 span { border-color: rgb(31,18,93); }

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