#1F155C

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

Shades of Paua #1F155C

Tints of Paua #1F155C

Color information

#1F155C (or 0x1F155C) is unknown color: approx Paua. HEX triplet: 1F, 15 and 5C. RGB value is (31,21,92). Sum of RGB (Red+Green+Blue) = 31+21+92=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F155C is #E0EAA3. Grayscale: #1F1F1F. Windows color (decimal): -14740132 or 6034719. OLE color: 6034719.

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

Color convert

RGB312192-
CMYK0.660.7700.64
HSL248.45º62.83%22.16%-
HSV(B)248.45º77.17%36.08%-
XYZ2.771.610.29-
YUV32.08161.81127.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 92 (36.33% from 255) = 63.89%
R=21.53%
G=14.58%
B=63.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3121920.660.7700.64248.4562.8322.16
Hex1F155C424D040f83f16
Octal372513410211501003707726
Binary1111110101101110010000101001101010000001111100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,92); }

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

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

 a { background-color: rgb(31,21,92); }

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

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

 span { border-color: rgb(31,21,92); }

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