#1F1C45

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

Shades of Paua #1F1C45

Tints of Paua #1F1C45

Color information

#1F1C45 (or 0x1F1C45) is unknown color: approx Paua. HEX triplet: 1F, 1C and 45. RGB value is (31,28,69). Sum of RGB (Red+Green+Blue) = 31+28+69=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #1F1C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1C45 is #E0E3BA. Grayscale: #212121. Windows color (decimal): -14738363 or 4529183. OLE color: 4529183.

HSL color Cylindrical-coordinate representation of color #1F1C45: hue angle of 244.39º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F1C45 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB312869-
CMYK0.550.5900.73
HSL244.39º42.27%19.02%-
HSV(B)244.39º59.42%27.06%-
XYZ2.051.555.82-
YUV33.57147.99126.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 69 (27.34% from 255) = 53.91%
R=24.22%
G=21.88%
B=53.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3128690.550.5900.73244.3942.2719.02
Hex1F1C45373B049f42a13
Octal3734105677301113645223
Binary11111111001000101110111111011010010011111010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,28,69); }

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

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

 a { background-color: rgb(31,28,69); }

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

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

 span { border-color: rgb(31,28,69); }

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