#1F1B53

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

Shades of Paua #1F1B53

Tints of Paua #1F1B53

Color information

#1F1B53 (or 0x1F1B53) is unknown color: approx Paua. HEX triplet: 1F, 1B and 53. RGB value is (31,27,83). Sum of RGB (Red+Green+Blue) = 31+27+83=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #1F1B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1B53 is #E0E4AC. Grayscale: #222222. Windows color (decimal): -14738605 or 5446431. OLE color: 5446431.

HSL color Cylindrical-coordinate representation of color #1F1B53: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F1B53 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB312783-
CMYK0.630.6700.67
HSL244.29º50.91%21.57%-
HSV(B)244.29º67.47%32.55%-
XYZ2.521.78.38-
YUV34.58155.33125.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=21.99%
G=19.15%
B=58.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3127830.630.6700.67244.2950.9121.57
Hex1F1B533F43043f43316
Octal37331237710301033646326
Binary111111101110100111111111000011010000111111010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,27,83); }

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

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

 a { background-color: rgb(31,27,83); }

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

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

 span { border-color: rgb(31,27,83); }

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