#1F165D

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

Shades of Paua #1F165D

Tints of Paua #1F165D

Color information

#1F165D (or 0x1F165D) is unknown color: approx Paua. HEX triplet: 1F, 16 and 5D. RGB value is (31,22,93). Sum of RGB (Red+Green+Blue) = 31+22+93=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F165D is #E0E9A2. Grayscale: #202020. Windows color (decimal): -14739875 or 6100511. OLE color: 6100511.

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

Color convert

RGB312293-
CMYK0.670.7600.64
HSL247.61º61.74%22.55%-
HSV(B)247.61º76.34%36.47%-
XYZ2.831.6610.53-
YUV32.78161.98126.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=21.23%
G=15.07%
B=63.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3122930.670.7600.64247.6161.7422.55
Hex1F165D434C040f83e17
Octal372613510311401003707627
Binary1111110110101110110000111001100010000001111100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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