#1F164D

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

Shades of Paua #1F164D

Tints of Paua #1F164D

Color information

#1F164D (or 0x1F164D) is unknown color: approx Paua. HEX triplet: 1F, 16 and 4D. RGB value is (31,22,77). Sum of RGB (Red+Green+Blue) = 31+22+77=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F164D is #E0E9B2. Grayscale: #1E1E1E. Windows color (decimal): -14739891 or 5051935. OLE color: 5051935.

HSL color Cylindrical-coordinate representation of color #1F164D: hue angle of 249.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F164D is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB312277-
CMYK0.600.7100.70
HSL249.82º55.56%19.41%-
HSV(B)249.82º71.43%30.2%-
XYZ2.191.47.18-
YUV30.96153.98128.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=23.85%
G=16.92%
B=59.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3122770.600.7100.70249.8255.5619.41
Hex1F164D3C47046fa3813
Octal37261157410701063727023
Binary111111011010011011111001000111010001101111101011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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