#1F204F

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

Shades of Paua #1F204F

Tints of Paua #1F204F

Color information

#1F204F (or 0x1F204F) is unknown color: approx Paua. HEX triplet: 1F, 20 and 4F. RGB value is (31,32,79). Sum of RGB (Red+Green+Blue) = 31+32+79=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F204F is #E0DFB0. Grayscale: #242424. Windows color (decimal): -14737329 or 5185567. OLE color: 5185567.

HSL color Cylindrical-coordinate representation of color #1F204F: hue angle of 238.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F204F is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB313279-
CMYK0.610.5900.69
HSL238.75º43.64%21.57%-
HSV(B)238.75º60.76%30.98%-
XYZ2.491.897.63-
YUV37.06151.67123.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=21.83%
G=22.54%
B=55.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3132790.610.5900.69238.7543.6421.57
Hex1F204F3D3B045ef2c16
Octal3740117757301053575426
Binary111111000001001111111101111011010001011110111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,79); }

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

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

 a { background-color: rgb(31,32,79); }

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

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

 span { border-color: rgb(31,32,79); }

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